Instructions to use infosave/LFM2.5-cmf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- cortiq
How to use infosave/LFM2.5-cmf with cortiq:
# one Rust binary, no additional dependencies cargo install cortiq-cli # or a prebuilt binary from github.com/infosave2007/cmf/releases hf download infosave/LFM2.5-cmf --include "*.cmf" --local-dir . ls *.cmf # some repos ship more than one quantization
cortiq run FILE.cmf --prompt "What is the capital of France?"
cortiq serve FILE.cmf --port 8080 # OpenAI-compatible server
- Notebooks
- Google Colab
- Kaggle
Upload lfm2.5-230m-q4tp.cmf.sha256 with huggingface_hub
Browse files
lfm2.5-230m-q4tp.cmf.sha256
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
889fa1e3a133004f9fab273e24a355b51056c5e349f9efd4552892a440c42f9a lfm2.5-230m-q4tp.cmf
|