Skip to content

Commit

Permalink
fix: gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Oct 16, 2024
1 parent 86c7b17 commit c76f367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/modal/create-proof-gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def main():
timeout=3600,
image=base_image,
cpu=16,
gpu=["H100"],
gpu="H100",
volumes={
"/output": modal.CloudBucketMount(
bucket_name=bucket_name,
Expand Down

0 comments on commit c76f367

Please sign in to comment.