Forráskód Böngészése

Fix instruction for developers (#170)

justheuristic 2 éve
szülő
commit
4014442a0f
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -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:
 Petals uses pytest with a few plugins. To install them, run:
 
 
 ```python
 ```python
+conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
 git clone https://github.com/bigscience-workshop/petals.git && cd petals
 git clone https://github.com/bigscience-workshop/petals.git && cd petals
 pip install -e .[dev]
 pip install -e .[dev]
 ```
 ```