Skip to content

Commit

Permalink
Finally
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Dec 17, 2024
1 parent 217720d commit 368caaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_linux-benchmark-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
python-version: "3.9"

- name: Install dependencies
- name: Install torch dependencies
shell: bash
working-directory: benchmark
run: |
Expand Down
3 changes: 2 additions & 1 deletion userbenchmark/torchao/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def _get_ci_args(
f"--{experiment}",
"--output",
f"{str(OUTPUT_DIR.joinpath(output_file_name).resolve())}",
"--only hf_T5", # DEBUG: TO BE REMOVED
"--only", # DEBUG: TO BE REMOVED
"hf_T5", # DEBUG: TO BE REMOVED
]
return ci_args

Expand Down

0 comments on commit 368caaf

Please sign in to comment.