yury-zyphra commited on
Commit
a0bbcc0
1 Parent(s): e39a3c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -2,7 +2,10 @@
2
  license: apache-2.0
3
  ---
4
 
5
- Install Zyphra's fork of mamba-ssm: https://github.com/Zyphra/mamba
 
 
 
6
 
7
  Then one should be able to load any iteration using the following snippet (say iteration 10,000):
8
  ```
 
2
  license: apache-2.0
3
  ---
4
 
5
+ Install Zyphra's fork of mamba-ssm (https://github.com/Zyphra/mamba)
6
+ 1. `git clone https://github.com/Zyphra/mamba.git`
7
+ 2. `cd mamba`
8
+ 3. You need to install from source: `pip install .` or `pip install -e .` for editable mode (if you want to make changes to mamba code).
9
 
10
  Then one should be able to load any iteration using the following snippet (say iteration 10,000):
11
  ```