Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,7 @@ To download Zamba2-2.7B, clone Zyphra's fork of transformers:
|
|
25 |
1. `git clone https://github.com/Zyphra/transformers_zamba2.git`
|
26 |
2. `cd transformers_zamba2`
|
27 |
3. Install the repository: `pip install -e .`
|
|
|
28 |
|
29 |
|
30 |
You can run the model without using the optimized Mamba kernels, but it is **not** recommended as it will result in significantly higher latency and memory usage.
|
|
|
25 |
1. `git clone https://github.com/Zyphra/transformers_zamba2.git`
|
26 |
2. `cd transformers_zamba2`
|
27 |
3. Install the repository: `pip install -e .`
|
28 |
+
4. `pip install accelerate`
|
29 |
|
30 |
|
31 |
You can run the model without using the optimized Mamba kernels, but it is **not** recommended as it will result in significantly higher latency and memory usage.
|