Skip to content

Commit ab151ab

Browse files
Manan17Manan Shahvaibhavjindal
authored
Automate benchmarking (#770)
## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> Modal automatically upgrades H100 to H200, so for a strict constraint, I have made this change. <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence --------- Co-authored-by: Manan Shah <[email protected]> Co-authored-by: Vaibhav Jindal <[email protected]>
1 parent 0701bab commit ab151ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/modal/benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
repo = image.add_local_dir(ROOT_PATH, remote_path=REMOTE_ROOT_PATH)
1515

1616

17-
@app.function(gpu="H100", image=repo, timeout=60 * 90)
17+
@app.function(gpu=["100"], image=repo, timeout=60 * 90)
1818
def liger_benchmarks():
1919
import os
2020
import subprocess

0 commit comments

Comments
 (0)