Skip to content

Commit

Permalink
chore: change gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Oct 20, 2024
1 parent 87b1d92 commit 2b725ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prover/modal_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
modal.Mount.from_local_python_packages("core"),
],
cpu=1,
gpu="any",
gpu="t4",
secrets=[modal.Secret.from_name("gc-ether-email-auth-prover")],
keep_warm=True
)
Expand Down

0 comments on commit 2b725ab

Please sign in to comment.