Initial commit
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m28s

This commit is contained in:
2025-11-26 15:31:41 +01:00
commit 5c61ac5c67
14 changed files with 1181 additions and 0 deletions

4
config_llama.yaml Normal file
View File

@@ -0,0 +1,4 @@
model: meta-llama/Llama-3.1-8B-Instruct
host: "0.0.0.0"
port: 8001
uvicorn-log-level: "info"