Update README.md
Browse files
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`:
|