Skip to content

Commit

Permalink
Adjusted Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Salzmann committed Jan 4, 2024
1 parent 576ba76 commit 1f85dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@ Independently if you install from source or via pip you will need to meet the fo
`python -c "import torch; print(torch.__version__)"`

### Pip Install (CPU Only)
- Ensure Torch CPU-version is installed\
`pip install torch>=2.0 --index-url https://download.pytorch.org/whl/cpu`
- Ensure all build dependencies are installed
```
setuptools>=68.1
scikit-build>=0.17
cmake>=3.27
ninja>=1.11
torch>=2.0
```

- Run\
Expand Down
3 changes: 1 addition & 2 deletions requirements_build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
setuptools>=68.1
scikit-build>=0.17
cmake>=3.27
ninja>=1.11
torch
ninja>=1.11

0 comments on commit 1f85dcd

Please sign in to comment.