Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor readme #482

Merged
merged 14 commits into from
Aug 28, 2023
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
borzunov committed Aug 28, 2023
commit 90973079adf8c42a25727be14c3ecc39b05aff37
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ print(tokenizer.decode(outputs[0])) # A cat sat on a mat...

馃 **Want to run Llama 2?** Request access to its weights at the 鈾撅笍 [Meta AI website](https://ai.meta.com/resources/models-and-libraries/llama-downloads/) and 馃 [Model Hub](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf), then run `huggingface-cli login` in the terminal before loading the model. Or just try it in our [chatbot app](https://chat.petals.dev).

馃搵 **Terms of use.** Make sure you follow the model license (see [Llama 2](https://bit.ly/llama2-license), [Stable Beluga 2](https://huggingface.co/stabilityai/StableBeluga2/blob/main/LICENSE.txt), [Llama](https://bit.ly/llama-license), and [BLOOM](https://bit.ly/bloom-license)).

馃攺 **Privacy.** Your data will be processed by other people in the public swarm. Learn more about privacy [here](https://github.com/bigscience-workshop/petals/wiki/Security,-privacy,-and-AI-safety). For sensitive data, you can set up a [private swarm](https://github.com/bigscience-workshop/petals/wiki/Launch-your-own-swarm) among people you trust.

馃挰 **Any questions?** Ping us in [our Discord](https://discord.gg/KdThf2bWVU)!
Expand All @@ -60,6 +58,8 @@ sudo docker run -p 31330:31330 --ipc host --gpus all --volume petals-cache:/cach
python -m petals.cli.run_server --port 31330 petals-team/StableBeluga2
```

<br>

馃挰 **Any questions?** Check out our [FAQ](https://github.com/bigscience-workshop/petals/wiki/FAQ:-Frequently-asked-questions#running-a-server) to learn how to use multple GPUs, restart the server on reboot, etc. If you have any issues, ping us in [our Discord](https://discord.gg/X7DgtxgMhc)!

馃敀 **Security.** Hosting a server does not allow others to run custom code on your computer. Learn more [here](https://github.com/bigscience-workshop/petals/wiki/Security,-privacy,-and-AI-safety).
Expand Down
Loading