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 0e611a4 commit 138eab4Copy full SHA for 138eab4
.github/workflows/_ascend_npu_benchmark.yml
@@ -71,6 +71,7 @@ jobs:
71
run: |
72
curl -fsSL -O https://raw.githubusercontent.com/Ascend/pytorch/refs/heads/master/requirements.txt
73
pip install -r requirements.txt
74
+ echo $(pwd)
75
76
- name: Checkout
77
uses: actions/checkout@v4
@@ -83,6 +84,7 @@ jobs:
83
84
85
- name: Install benchmark dependencies
86
87
88
pip install -r benchmark/requirements.txt --constraint ascend_npu/requirements.txt
89
python benchmark/install.py --userbenchmark test_bench --models BERT_pytorch hf_GPT2 --constraint ascend_npu/requirements.txt
90
0 commit comments