Fix instruction for developers (#170)

pull/173/head
justheuristic 1 year ago committed by GitHub
parent 26e6120288
commit 4014442a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,6 +109,7 @@ __System requirements:__ Petals only supports Linux for now. If you don't have a
Petals uses pytest with a few plugins. To install them, run:
```python
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
git clone https://github.com/bigscience-workshop/petals.git && cd petals
pip install -e .[dev]
```

Loading…
Cancel
Save