Instructions to use RESMP-DEV/LFM2.5-Encoder-350M-Code-MXFP8-GPTQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use RESMP-DEV/LFM2.5-Encoder-350M-Code-MXFP8-GPTQ with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir LFM2.5-Encoder-350M-Code-MXFP8-GPTQ RESMP-DEV/LFM2.5-Encoder-350M-Code-MXFP8-GPTQ
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "pooling": "attention_mask_mean", | |
| "normalize": true, | |
| "dimensions": 1024, | |
| "query_prefix": "query: ", | |
| "passage_prefix": "passage: " | |
| } | |