johnrachwanpruna
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ metrics:
|
|
43 |
Getting started with DBRX models is easy with the `transformers` library. The model requires ~264GB of RAM and the following packages:
|
44 |
|
45 |
```bash
|
46 |
-
pip install "transformers>=4.39.2" "tiktoken>=0.6.0"
|
47 |
```
|
48 |
|
49 |
If you'd like to speed up download time, you can use the `hf_transfer` package as described by Huggingface [here](https://huggingface.co/docs/huggingface_hub/en/guides/download#faster-downloads).
|
|
|
43 |
Getting started with DBRX models is easy with the `transformers` library. The model requires ~264GB of RAM and the following packages:
|
44 |
|
45 |
```bash
|
46 |
+
pip install "torch==2.4.0" "transformers>=4.39.2" "tiktoken>=0.6.0" "bitsandbytes"
|
47 |
```
|
48 |
|
49 |
If you'd like to speed up download time, you can use the `hf_transfer` package as described by Huggingface [here](https://huggingface.co/docs/huggingface_hub/en/guides/download#faster-downloads).
|