okoge commited on
Commit
fd2a1e1
1 Parent(s): f01335f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ pip install -r requirements.txt
61
 
62
  ### Use the base model
63
 
64
- `git clone https://github.com/kotoba-tech/kotomamba` and follow the 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
 
 
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