Image-Text-to-Text
MLX
Safetensors
English
Korean
Chinese
inkling_mm_model
audio-text-to-text
quantized
mixture-of-experts
Mixture of Experts
multimodal
apple-silicon
mixed-precision
3-bit
dwq
conversational
Instructions to use avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw with MLX:
# Make sure mlx-vlm is installed # pip install --upgrade mlx-vlm from mlx_vlm import load, generate from mlx_vlm.prompt_utils import apply_chat_template from mlx_vlm.utils import load_config # Load the model model, processor = load("avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw") config = load_config("avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw") # Prepare input image = ["http://images.cocodataset.org/val2017/000000039769.jpg"] prompt = "Describe this image." # Apply chat template formatted_prompt = apply_chat_template( processor, config, prompt, num_images=1 ) # Generate output output = generate(model, processor, formatted_prompt, image) print(output) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw"
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent
How to use avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw"
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw"
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "avlp12/Inkling-975B-Alis-MLX-Dynamic-3.7bpw" \ --custom-provider-id mlx-lm \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Upload metadata_manifest.json with huggingface_hub
Browse files- metadata_manifest.json +26 -0
metadata_manifest.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chat_template.jinja": {
|
| 3 |
+
"output_sha256": "0aa1aa0c729d90176dcaa00c440c8faffca2957ffb2cc4b79456ee6d02bcf43b",
|
| 4 |
+
"source_sha256": "0aa1aa0c729d90176dcaa00c440c8faffca2957ffb2cc4b79456ee6d02bcf43b"
|
| 5 |
+
},
|
| 6 |
+
"config.json": {
|
| 7 |
+
"output_sha256": "d0b596f7d3dcab45e8c55bb846a50ea1aca6864a04dbbcebd2048e8e06def1dc",
|
| 8 |
+
"source_sha256": "58720f145bcecef9a7ab2b419ab346e7c634af8d2f3e7362e900d00f789ea46c"
|
| 9 |
+
},
|
| 10 |
+
"processor_config.json": {
|
| 11 |
+
"output_sha256": "b4a3962ea5f7ec39f40b5cf14e57ce99776c3dcce4756a110f7a169809e3a04c",
|
| 12 |
+
"source_sha256": "b4a3962ea5f7ec39f40b5cf14e57ce99776c3dcce4756a110f7a169809e3a04c"
|
| 13 |
+
},
|
| 14 |
+
"special_tokens_map.json": {
|
| 15 |
+
"output_sha256": "abc97715b4b3b30eb65ea6895afd7b529c32bd10c28901f9ddae7edc39723b0f",
|
| 16 |
+
"source_sha256": "abc97715b4b3b30eb65ea6895afd7b529c32bd10c28901f9ddae7edc39723b0f"
|
| 17 |
+
},
|
| 18 |
+
"tokenizer.json": {
|
| 19 |
+
"output_sha256": "9fb6333a7db8fe5da90728e741e4a3ee4ac2ae12c5dd4958cc6f31688787d3c2",
|
| 20 |
+
"source_sha256": "9fb6333a7db8fe5da90728e741e4a3ee4ac2ae12c5dd4958cc6f31688787d3c2"
|
| 21 |
+
},
|
| 22 |
+
"tokenizer_config.json": {
|
| 23 |
+
"output_sha256": "2e36c9748a2081abb935b2e745ee22e82efa32589c2500df7e5bc0f93145cd77",
|
| 24 |
+
"source_sha256": "2e36c9748a2081abb935b2e745ee22e82efa32589c2500df7e5bc0f93145cd77"
|
| 25 |
+
}
|
| 26 |
+
}
|