Skip to content

Commit

Permalink
feat: updated cpu=20
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Nov 12, 2023
1 parent 2330f77 commit 6f91a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llava-1.5-13b/fastapi_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)


@stub.function(image=image, cpu=14, memory=12288, keep_warm=1, timeout=600)
@stub.function(image=image, cpu=20, memory=12288, keep_warm=1, timeout=600)
@asgi_app()
def fastapi_app():
from llama_cpp.server.app import create_app, Settings
Expand Down

0 comments on commit 6f91a39

Please sign in to comment.