Text Generation
Transformers
Safetensors
zamba2
pglo commited on
Commit
e8e00bd
·
verified ·
1 Parent(s): 07a6082

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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.