Skip to content

Commit

Permalink
switch to a100 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi authored Sep 13, 2024
1 parent 98ab849 commit 457fd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vllm/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@function(
image=Image().add_python_packages(["vllm"]),
volumes=[vllm_cache],
gpu="A10G",
gpu="A100-40",
memory="8Gi",
cpu=1,
)
Expand Down
2 changes: 1 addition & 1 deletion vllm/yicoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@asgi(
image=Image().add_python_packages(["vllm"]),
volumes=[vllm_cache],
gpu="A10G",
gpu="A100-40",
memory="8Gi",
cpu=1,
keep_warm_seconds=360,
Expand Down

0 comments on commit 457fd8f

Please sign in to comment.