vllm-fly/fly.toml
2024-10-03 16:20:34 +02:00

21 lines
272 B
TOML

app = "vllm-demo"
primary_region = "ord"
[experimental]
entrypoint = "/start.sh"
[build]
image = "vllm/vllm-openai:latest"
[http_service]
internal_port = 8000
force_https = true
[[vm]]
size = 'l40s'
gpus = 1
[[files]]
guest_path = "/start.sh"
local_path = "start.sh"