We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9880bc1 commit a15021bCopy full SHA for a15021b
.github/workflows/ci-temp-model-test.yaml
@@ -42,5 +42,5 @@ jobs:
42
import flag_gems\
43
flag_gems.enable(record=False, once=True, path='"'"'benchmark/oplist.log'"'"')""")' benchmark/torchbenchmark/__init__.py
44
python benchmark/install.py models hf_GPT2 resnet50 hf_T5 dcgan
45
- python run_benchmark.py test_bench --accuracy --device cuda --test eval --output output.json
+ python benchmark/run_benchmark.py test_bench --accuracy --device cuda --test eval --output output.json
46
sed -i '/self\.worker\.run($/,/^[[:space:]]*flag_gems\.enable.*oplist\.log.*""")/d' benchmark/torchbenchmark/__init__.py
0 commit comments