Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ pip install -r requirements.txt
|
|
61 |
|
62 |
### Use the base model
|
63 |
|
64 |
-
|
65 |
|
66 |
**WARNING**: huggingface transformers `AutoModelForCausalLM` **doesn't support** mamba model. So, please use `kotomamba/benchmarks/benchmark_generation_mamba_simple.py`
|
67 |
|
|
|
61 |
|
62 |
### Use the base model
|
63 |
|
64 |
+
git clone [https://github.com/kotoba-tech/kotomamba](https://github.com/kotoba-tech/kotomamba) and follow the repository's README installation section.
|
65 |
|
66 |
**WARNING**: huggingface transformers `AutoModelForCausalLM` **doesn't support** mamba model. So, please use `kotomamba/benchmarks/benchmark_generation_mamba_simple.py`
|
67 |
|