Update README.md
Browse files
README.md
CHANGED
|
@@ -5,8 +5,12 @@ language:
|
|
| 5 |
pretty_name: minimal-distribution
|
| 6 |
---
|
| 7 |
|
|
|
|
|
|
|
| 8 |
This is a collection of scripts that showcase minimal examples of distributed programming. All the scripts are taken from [The Ultra-Scale Playbook](https://huggingface.co/spaces/nanotron/ultrascale-playbook)
|
| 9 |
|
|
|
|
|
|
|
| 10 |
To run an example on HF's infra use the following:
|
| 11 |
```
|
| 12 |
hf jobs run --detach --flavor l4x4 ghcr.io/astral-sh/uv:debian /bin/bash -c \
|
|
|
|
| 5 |
pretty_name: minimal-distribution
|
| 6 |
---
|
| 7 |
|
| 8 |
+
# Run distributed programs on the HF infra
|
| 9 |
+
|
| 10 |
This is a collection of scripts that showcase minimal examples of distributed programming. All the scripts are taken from [The Ultra-Scale Playbook](https://huggingface.co/spaces/nanotron/ultrascale-playbook)
|
| 11 |
|
| 12 |
+
## Run the scripts
|
| 13 |
+
|
| 14 |
To run an example on HF's infra use the following:
|
| 15 |
```
|
| 16 |
hf jobs run --detach --flavor l4x4 ghcr.io/astral-sh/uv:debian /bin/bash -c \
|