Text Generation
Transformers
Safetensors
zamba2
pglo commited on
Commit
db63e6c
·
verified ·
1 Parent(s): de74f0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -16,6 +16,9 @@ To download Zamba 3B, clone Zyphra's fork of transformers:
16
  1. `git clone https://github.com/Zyphra/transformers_zamba2.git`
17
  2. `cd transformers_zamba2`
18
  3. Install the repository: `pip install -e .`
 
 
 
19
 
20
 
21
  In order to run optimized Mamba2 implementations on a CUDA device, you need to install `mamba-ssm` and `causal-conv1d`:
 
16
  1. `git clone https://github.com/Zyphra/transformers_zamba2.git`
17
  2. `cd transformers_zamba2`
18
  3. Install the repository: `pip install -e .`
19
+ 4. `git clone https://github.com/Zyphra/zamba2_torch.git`
20
+ 5. `cd zamba2_torch`
21
+ 6. Install the repository: `pip install -e .`
22
 
23
 
24
  In order to run optimized Mamba2 implementations on a CUDA device, you need to install `mamba-ssm` and `causal-conv1d`: