mirror of
https://github.com/informaticker/vllm-fly.git
synced 2024-11-21 17:21:58 +01:00
Update fly.toml
This commit is contained in:
parent
1e42a6b6b3
commit
eb0476addb
7
fly.toml
7
fly.toml
@ -5,11 +5,7 @@ primary_region = "ord"
|
||||
entrypoint = "/start.sh"
|
||||
|
||||
[build]
|
||||
image = "vllm/vllm-openai:v0.4.2"
|
||||
|
||||
[[mounts]]
|
||||
source = "models"
|
||||
destination = "/root/.cache/huggingface"
|
||||
image = "vllm/vllm-openai:latest"
|
||||
|
||||
[http_service]
|
||||
internal_port = 8000
|
||||
@ -22,4 +18,3 @@ gpus = 1
|
||||
[[files]]
|
||||
guest_path = "/start.sh"
|
||||
local_path = "start.sh"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user