Text Generation
Transformers
Safetensors
zamba2
pglo commited on
Commit
687e5a7
·
verified ·
1 Parent(s): 2725e8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -21,9 +21,10 @@ A standalone Pytorch implementation of Zamba2-2.7B may be found [here](https://g
21
 
22
  ### Prerequisites
23
 
24
- To use Zamba2-2.7B, install `transformers`:
25
 
26
- `pip install transformers`
 
27
 
28
  To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` from source (due to compatibility issues with PyTorch) as well as `causal-conv1d`:
29
 
 
21
 
22
  ### Prerequisites
23
 
24
+ To use Zamba2-2.7B, install `transformers` from source:
25
 
26
+ 1. `git clone https://github.com/huggingface/transformers.git`
27
+ 2. `cd transformers && pip install .`
28
 
29
  To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` from source (due to compatibility issues with PyTorch) as well as `causal-conv1d`:
30