Text Generation
Transformers
Safetensors
English
falcon_mamba
conversational
Inference Endpoints
JingweiZuo commited on
Commit
cce418f
1 Parent(s): 4ac2ff9

Update README.md

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