From a94c91d8701a99ecbf277582bca823ba13d315ad Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Thu, 8 Dec 2022 01:54:22 +0400 Subject: [PATCH] Add Docker commands, use permanent Discord links (#137) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38f40de..37d0fcf 100644 --- a/README.md +++ b/README.md @@ -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: