Skip to content

Commit d47751c

Browse files
Manan17Manan Shahvaibhavjindal
authored
Automate benchmarking - fixing typo (#779)
## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> There was a typo stating the GPU name, it should be H100. <!--- ## 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 ab151ab commit d47751c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/modal/benchmarks.py

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

1616

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

0 commit comments

Comments
 (0)