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 34e03ab commit 20c77e0Copy full SHA for 20c77e0
.github/workflows/_ascend_npu_benchmark.yml
@@ -56,11 +56,15 @@ jobs:
56
run: |
57
npu-smi info
58
59
- - name: Install system dependencies
+ - name: Config mirrors
60
61
sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list
62
+ pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
63
+
64
+ - name: Install system dependencies
65
+ run: |
66
apt update
- apt install --no-install-recommends -y git gcc g++ make cmake ninja-build curl
67
+ apt install --no-install-recommends -y git gcc g++ make cmake ninja-build curl libgl1
68
69
- name: Checkout
70
uses: actions/checkout@v4
0 commit comments