Skip to content

Commit

Permalink
Merge pull request #24 from CentML/update-read-me
Browse files Browse the repository at this point in the history
Update installation instructions
  • Loading branch information
michaelshin committed Nov 28, 2022
2 parents ea949f3 + fb93220 commit 02ce2c4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@ Skyline works with *GPU-based* neural networks that are implemented in [PyTorch]

To run Skyline, you need:
- A system equipped with an NVIDIA GPU
- Python 3.7+
- [Poetry](https://python-poetry.org/)
- PyTorch 1.1.0+ with CUDA
- **NOTE:** Default PyTorch installation on Linux distros might not have CUDA support, so you'll have to download the approriate Python Wheel from [PyTorch site](https://download.pytorch.org/whl/nightly/torch/).
- **NOTE:** We assume you have the correct version of PyTorch installed for their GPU. Default PyTorch installation on Linux distros might not have CUDA support. If you see error similar to below, your PyTorch version is incompatible with your version of CUDA. You can download the appropriate version from the [PyTorch site](https://pytorch.org/get-started/locally/)
```NVIDIA GeForce RTX 3060 Ti with CUDA capability sm_86 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70.
If you want to use the NVIDIA GeForce RTX 3060 Ti GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/
```
- Python 3.6+ or Python 3.7+ on OSX
- [Poetry](https://python-poetry.org/)


### Installation from source
```zsh
```bash
git clone https://github.com/CentML/skyline.git
cd skyline
poetry install
Expand Down

0 comments on commit 02ce2c4

Please sign in to comment.