Skip to content

Commit 138eab4

Browse files
committed
update
1 parent 0e611a4 commit 138eab4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ 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)
7475
7576
- name: Checkout
7677
uses: actions/checkout@v4
@@ -83,6 +84,7 @@ jobs:
8384

8485
- name: Install benchmark dependencies
8586
run: |
87+
echo $(pwd)
8688
pip install -r benchmark/requirements.txt --constraint ascend_npu/requirements.txt
8789
python benchmark/install.py --userbenchmark test_bench --models BERT_pytorch hf_GPT2 --constraint ascend_npu/requirements.txt
8890

0 commit comments

Comments
 (0)