Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,16 @@ The current release includes the following models:
|
|
27 |
| **SFT** | coming soon | coming soon | to be released in the next drop |
|
28 |
| **DPO** | coming soon | coming soon | to be released in the next drop |
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
## Installation
|
31 |
|
32 |
Besides [PyTorch](https://pytorch.org/), you would need a few [extra dependencies](https://github.com/state-spaces/mamba?tab=readme-ov-file#installation) for
|
|
|
27 |
| **SFT** | coming soon | coming soon | to be released in the next drop |
|
28 |
| **DPO** | coming soon | coming soon | to be released in the next drop |
|
29 |
|
30 |
+
Original checkpoints (in dcp format) were also uploaded to public bucket:
|
31 |
+
```
|
32 |
+
bucket: bamba-public
|
33 |
+
endpoint-url: https://s3.us-east.cloud-object-storage.appdomain.cloud
|
34 |
+
```
|
35 |
+
example command to list original Bamba distributed checkpoints:
|
36 |
+
```bash
|
37 |
+
aws --endpoint-url https://s3.us-east.cloud-object-storage.appdomain.cloud s3 ls s3://bamba-public/checkpoints/pretraining/phase_two/2_2t/step_140000_ckp/
|
38 |
+
```
|
39 |
+
|
40 |
## Installation
|
41 |
|
42 |
Besides [PyTorch](https://pytorch.org/), you would need a few [extra dependencies](https://github.com/state-spaces/mamba?tab=readme-ov-file#installation) for
|