Instructions to use Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx 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("Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx") config = load_config("Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx") # 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 Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx"
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": "Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent
How to use Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx 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 "Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx"
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 Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx"
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 "Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx" \ --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"
Qwopus3.8-27B-Flash-V2 · bf16recurrence-only
Experimental MLX conversion of Jackrong/Qwopus3.8-27B-Flash-V2, pinned to 13f92e09a46fa364f8de1edb85684d57bda01126. Separate V2 release; no abliteration. Unqualified: known Python-formatting failures remain.
Affine 4-bit/group 32 text quantization with 96 recurrent input projections retained in BF16. This is a precision-control variant, not a fully BF16 model. Weight files total 17.339 GiB; runtime memory is higher. The package includes 333 same-parent BF16 vision tensors and a 15-tensor native BF16 MTP sidecar. Tokenizer, chat template and generation configuration are preserved; flat image-processor metadata mirrors the source settings. Exact per-module precision is recorded in config.json; file hashes are in SHA256SUMS.
Runtime
Built with MLX 0.32.2 / MLX-LM 0.31.3; packaged for MTPLX 2.11.2 on Apple Silicon. Use MTPLX for the combined text/vision/native-MTP artifact; ordinary MLX-LM text generation does not enable vision or MTP.
hf download Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx --local-dir model
mtplx inspect --model model --json
mtplx serve --model model --backend-id qwen3_next --generation-mode ar --reasoning-mode on --reasoning-effort xhigh --temperature 0.3 --top-p 0.95 --top-k 20
For native MTP, use --generation-mode mtp --depth 3; D3 was exercised on Attention8 only. Start with AR when evaluating another variant. Pass enable_thinking=true and reasoning_effort="xhigh" explicitly in chat-template/API controls. The preserved source generation config defaults to temperature 1.0; override it to 0.3 for coding. No maximum-context or cross-runtime qualification is claimed.
Evidence and limitations
Structure and precision layout inspected. This control has not completed behavioral, vision or MTP qualification; no measured quality or speed advantage is claimed.
One controlled coding prompt also failed indentation in the untouched BF16 parent, loaded through standard MLX-LM with the same seed and recommended sampling settings. Raw token decoding confirmed the defect. This shows that our quantization is not required to trigger that failure; it does not establish a universal source-model failure rate or exclude MLX-specific behavior. The upstream card reports improvement, not guaranteed elimination. No benchmark leaderboard or speed claim is made here.
Other V2 variants:
- Downloads last month
- 23
4-bit
Model tree for Shiftedx/qwopus3.8-27b-flash-v2-bf16recurrence-only-vision-mtplx
Base model
Qwen/Qwen3.8-27B