Update Anaconda instructions (#140)

pull/141/head
Alexander Borzunov 1 year ago committed by GitHub
parent e1d8793f00
commit 5f50ea9c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,11 +35,13 @@ Connect your own GPU and increase Petals capacity:
```bash
# In an Anaconda env
(conda) $ conda install pytorch cudatoolkit=11.3 -c pytorch
(conda) $ pip install git+https://github.com/bigscience-workshop/petals
(conda) $ python -m petals.cli.run_server bigscience/bloom-petals
# Or using a GPU-enabled Docker image
sudo docker run --net host --ipc host --gpus all --rm learningathome/petals:main python -m petals.cli.run_server bigscience/bloom-petals
sudo docker run --net host --ipc host --gpus all --rm learningathome/petals:main \
python -m petals.cli.run_server bigscience/bloom-petals
```
💬 If you have any issues or feedback, please join [our Discord server](https://discord.gg/D9MwApKgWa)!

Loading…
Cancel
Save