Text Generation
Transformers
Safetensors
English
falcon_mamba
Eval Results
Inference Endpoints
JingweiZuo commited on
Commit
4c94e06
1 Parent(s): ef7ba29

Update README.md

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