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 7f9b7a6 commit 2999819Copy full SHA for 2999819
.github/workflows/_ascend_npu_benchmark.yml
@@ -67,11 +67,10 @@ jobs:
67
68
- name: Install torch_npu dependencies
69
run: |
70
- mkdir ascend_npu
71
- curl -fsSL -o ascend_npu/requirements.txt https://raw.githubusercontent.com/Ascend/pytorch/refs/heads/master/requirements.txt
72
- pip install -r ascend_npu/requirements.txt
73
echo $(pwd)
74
echo $(ls -la)
+ curl -fsSL -o ascend_npu/requirements.txt https://raw.githubusercontent.com/Ascend/pytorch/refs/heads/master/requirements.txt
+ pip install -r ascend_npu/requirements.txt
75
76
- name: Checkout
77
uses: actions/checkout@v4
0 commit comments