pglo commited on
Commit
c06b789
·
verified ·
1 Parent(s): 47be947

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -25,9 +25,10 @@ Zamba2-1.2B-Instruct is a hybrid model composed of state-space ([Mamba2](https:/
25
 
26
  ### Prerequisites
27
 
28
- To use Zamba2-1.2B-instruct, install `transformers`:
29
 
30
- `pip install transformers`
 
31
 
32
  To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` from source (due to compatibility issues with PyTorch) as well as `causal-conv1d`:
33
 
 
25
 
26
  ### Prerequisites
27
 
28
+ To download Zamba2-1.2B-instruct, install `transformers` from source:
29
 
30
+ 1. `git clone https://github.com/huggingface/transformers.git`
31
+ 2. `cd transformers && pip install .`
32
 
33
  To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` from source (due to compatibility issues with PyTorch) as well as `causal-conv1d`:
34