fix: remove vllm embedding
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s

This commit is contained in:
2025-11-27 01:24:05 +01:00
parent 90fa8a073c
commit b9beef283d

View File

@@ -3,6 +3,6 @@ host: "0.0.0.0"
port: 8001 port: 8001
uvicorn-log-level: "info" uvicorn-log-level: "info"
gpu-memory-utilization: 0.95 gpu-memory-utilization: 0.95
max-model-len: 32768 max-model-len: 20480
dtype: auto dtype: auto
enforce-eager: false enforce-eager: false