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 2c5f24f commit 6c27177Copy full SHA for 6c27177
.github/workflows/ci-temp-model-test.yaml
@@ -41,6 +41,6 @@ jobs:
41
"""\
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
45
- python benchmark/run_benchmark.py test_bench --accuracy --device cuda --test eval --output output.json
+ python benchmark/install.py models BERT_pytorch dcgan fastNLP_Bert hf_Bert hf_GPT2 hf_T5 resnet50 basic_gnn_gcn
+ python benchmark/run_benchmark.py test_bench --accuracy --device cuda --test eval --output output.json --models BERT_pytorch,dcgan,fastNLP_Bert,hf_Bert,hf_GPT2,hf_T5,resnet50,basic_gnn_gcn
46
sed -i '/self\.worker\.run($/,/^[[:space:]]*flag_gems\.enable.*oplist\.log.*""")/d' benchmark/torchbenchmark/__init__.py
0 commit comments