Initial commit
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m26s
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m26s
This commit is contained in:
4
services/vllm/config_bge.yaml
Normal file
4
services/vllm/config_bge.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
model: BAAI/bge-large-en-v1.5
|
||||
host: "0.0.0.0"
|
||||
port: 8002
|
||||
uvicorn-log-level: "info"
|
||||
4
services/vllm/config_llama.yaml
Normal file
4
services/vllm/config_llama.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
model: meta-llama/Llama-3.1-8B-Instruct
|
||||
host: "0.0.0.0"
|
||||
port: 8001
|
||||
uvicorn-log-level: "info"
|
||||
1
services/vllm/requirements.txt
Normal file
1
services/vllm/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
vllm
|
||||
Reference in New Issue
Block a user