Skip to content

Commit

Permalink
Install particular version of the PyTorch package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Apr 19, 2024
1 parent ef28a23 commit a30870a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
- name: Install PyTorch (CPU)
id: install_torch_cpu
run: |
pip3 install torch+cpu --index-url --index-url https://download.pytorch.org/whl/cpu
run: >
pip3 install 'torch>=2.0.0+cpu'
--index-url --index-url https://download.pytorch.org/whl/cpu
- name: Find PyTorch CMake path
id: find_libtorch
Expand Down

0 comments on commit a30870a

Please sign in to comment.