Instructions to use TiGa-RCE/Qwen3-Embedding-0.6B-MLX-Q6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use TiGa-RCE/Qwen3-Embedding-0.6B-MLX-Q6 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Qwen3-Embedding-0.6B-MLX-Q6 TiGa-RCE/Qwen3-Embedding-0.6B-MLX-Q6
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "prompts": { | |
| "query": "Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery:", | |
| "document": "" | |
| }, | |
| "default_prompt_name": null, | |
| "similarity_fn_name": "cosine" | |
| } |