Safetensors
transformers_zamba2
zamba2
pglo commited on
Commit
6b05bf2
·
verified ·
1 Parent(s): e03e851

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -33,9 +33,10 @@ A standalone Pytorch implementation of Zamba2-1.2B may be found [here](https://g
33
 
34
  ### Prerequisites
35
 
36
- To download Zamba2-1.2B, install `transformers`:
37
 
38
- `pip install transformers`
 
39
 
40
  To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` from source (due to compatibility issues with PyTorch) as well as `causal-conv1d`:
41
 
 
33
 
34
  ### Prerequisites
35
 
36
+ To download Zamba2-1.2B, install `transformers` from source:
37
 
38
+ 1. `git clone https://github.com/huggingface/transformers.git`
39
+ 2. `cd transformers && pip install .`
40
 
41
  To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` from source (due to compatibility issues with PyTorch) as well as `causal-conv1d`:
42