File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments