Skip to content

Commit f6314e0

Browse files
committed
update
1 parent 138eab4 commit f6314e0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
run: |
7272
curl -fsSL -O https://raw.githubusercontent.com/Ascend/pytorch/refs/heads/master/requirements.txt
7373
pip install -r requirements.txt
74-
echo $(pwd)
7574
7675
- name: Checkout
7776
uses: actions/checkout@v4
@@ -84,9 +83,8 @@ jobs:
8483

8584
- name: Install benchmark dependencies
8685
run: |
87-
echo $(pwd)
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
86+
pip install -r benchmark/requirements.txt --constraint ./ascend_npu/requirements.txt
87+
python ./benchmark/install.py --userbenchmark test_bench --models BERT_pytorch hf_GPT2
9088
9189
- name: Run benchmarks
9290
working-directory: benchmark

0 commit comments

Comments
 (0)