Add Docker commands, use permanent Discord links (#137)

pull/138/head
Alexander Borzunov 1 year ago committed by GitHub
parent 77a00e17f0
commit a94c91d870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,11 +34,15 @@ for input_ids, labels in data_loader:
Connect your own GPU and increase Petals capacity:
```bash
# In an Anaconda env
(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
```
💬 If you have any issues or feedback, please join [our Discord server](https://discord.gg/uGugx9zYvN)!
💬 If you have any issues or feedback, please join [our Discord server](https://discord.gg/D9MwApKgWa)!
Check out more tutorials:

Loading…
Cancel
Save