Safetensors
English
falcon_mamba
4-bit precision
bitsandbytes
JingweiZuo commited on
Commit
6b40923
·
verified ·
1 Parent(s): 8817b19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -193,7 +193,7 @@ This model can achieve comparable throughput and performance compared to other t
193
  pip install "causal-conv1d>=1.4.0" mamba-ssm
194
  ```
195
 
196
- Refer to our technical report for more details about performance evaluation.
197
 
198
 
199
  <br>
 
193
  pip install "causal-conv1d>=1.4.0" mamba-ssm
194
  ```
195
 
196
+ Refer to our [FalconMamba blogpost](https://huggingface.co/blog/falconmamba) for more details about performance evaluation.
197
 
198
 
199
  <br>