Skip to content

Commit

Permalink
add numactl into dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
delock committed Mar 6, 2024
1 parent 2ea44ba commit 57bab57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cpu-torch-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- id: setup-venv
uses: ./.github/workflows/setup-venv

- name: Install numactl
run: |
sudo apt-get install -y numactl
- name: Install pytorch
run: |
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
Expand Down

0 comments on commit 57bab57

Please sign in to comment.