Spaces:
Runtime error
Runtime error
Add images.
Browse files- README.md +3 -0
- assets/1f1b.png +3 -0
- assets/interleave_1f1b.png +3 -0
README.md
CHANGED
|
@@ -36,10 +36,13 @@ Running for 1F1B strategy:
|
|
| 36 |
```bash
|
| 37 |
uv run python main.py strategy=1f1b num_devices=4 num_stages=4 num_batches=8
|
| 38 |
```
|
|
|
|
| 39 |
|
|
|
|
| 40 |
```bash
|
| 41 |
uv run python main.py strategy=interleave num_devices=4 num_stages=8 num_batches=8
|
| 42 |
```
|
|
|
|
| 43 |
|
| 44 |
## Configuration
|
| 45 |
|
|
|
|
| 36 |
```bash
|
| 37 |
uv run python main.py strategy=1f1b num_devices=4 num_stages=4 num_batches=8
|
| 38 |
```
|
| 39 |
+

|
| 40 |
|
| 41 |
+
Running for interleave strategy:
|
| 42 |
```bash
|
| 43 |
uv run python main.py strategy=interleave num_devices=4 num_stages=8 num_batches=8
|
| 44 |
```
|
| 45 |
+

|
| 46 |
|
| 47 |
## Configuration
|
| 48 |
|
assets/1f1b.png
ADDED
|
Git LFS Details
|
assets/interleave_1f1b.png
ADDED
|
Git LFS Details
|