Skip to content

Commit 8361249

Browse files
committed
Switch to A100-40GB for better memory bandwidth
1 parent 89529ed commit 8361249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modal_app/fit_weights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
secrets=[hf_secret],
2121
memory=32768,
2222
cpu=4.0,
23-
gpu="T4",
23+
gpu="A100-40GB",
2424
timeout=14400,
2525
)
2626
def fit_weights(branch: str = "main", epochs: int = 200) -> bytes:

0 commit comments

Comments
 (0)