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 cd276bf commit fd0ad35Copy full SHA for fd0ad35
scripts/test-triton.sh
@@ -321,6 +321,7 @@ run_inductor_tests() {
321
322
pip install pyyaml pandas scipy numpy psutil pyre_extensions torchrec
323
324
+ # TODO: Find the fastest Hugging Face model
325
ZE_AFFINITY_MASK=0 python pytorch/benchmarks/dynamo/huggingface.py --accuracy --float32 -dxpu -n10 --no-skip --dashboard --inference --freezing --total-partitions 1 --partition-id 0 --only AlbertForMaskedLM --backend=inductor --timeout=4800 --output=$(pwd -P)/inductor_log.csv
326
327
cat inductor_log.csv
0 commit comments