stijn-zyphra commited on
Commit
960222d
·
verified ·
1 Parent(s): bd256dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -16,10 +16,9 @@ Zamba2-1.2B-Instruct-v2 is a hybrid model composed of state-space ([Mamba2](http
16
 
17
  ### Prerequisites
18
 
19
- To download Zamba2-1.2B-Instruct-v2, install `transformers` from source:
20
 
21
- 1. `git clone https://github.com/huggingface/transformers.git`
22
- 2. `cd transformers && pip install .`
23
 
24
  To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` from source (due to compatibility issues with PyTorch) as well as `causal-conv1d`:
25
 
 
16
 
17
  ### Prerequisites
18
 
19
+ To use Zamba2-1.2B-Instruct-v2, install `transformers`:
20
 
21
+ `pip install transformers -U`
 
22
 
23
  To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` from source (due to compatibility issues with PyTorch) as well as `causal-conv1d`:
24