Image-Text-to-Text
Transformers
Safetensors
qwen3_5_moe
heretic
uncensored
decensored
abliterated
conversational
Instructions to use trohrbaugh/Qwen3.5-35B-A3B-heretic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use trohrbaugh/Qwen3.5-35B-A3B-heretic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="trohrbaugh/Qwen3.5-35B-A3B-heretic") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages)# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("trohrbaugh/Qwen3.5-35B-A3B-heretic") model = AutoModelForMultimodalLM.from_pretrained("trohrbaugh/Qwen3.5-35B-A3B-heretic", device_map="auto") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] inputs = processor.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use trohrbaugh/Qwen3.5-35B-A3B-heretic with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "trohrbaugh/Qwen3.5-35B-A3B-heretic" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "trohrbaugh/Qwen3.5-35B-A3B-heretic", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/trohrbaugh/Qwen3.5-35B-A3B-heretic
- SGLang
How to use trohrbaugh/Qwen3.5-35B-A3B-heretic with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "trohrbaugh/Qwen3.5-35B-A3B-heretic" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "trohrbaugh/Qwen3.5-35B-A3B-heretic", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "trohrbaugh/Qwen3.5-35B-A3B-heretic" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "trohrbaugh/Qwen3.5-35B-A3B-heretic", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }' - Docker Model Runner
How to use trohrbaugh/Qwen3.5-35B-A3B-heretic with Docker Model Runner:
docker model run hf.co/trohrbaugh/Qwen3.5-35B-A3B-heretic
aux-rescue: add banner (785 tensors)
Browse files
README.md
CHANGED
|
@@ -11,6 +11,30 @@ tags:
|
|
| 11 |
- decensored
|
| 12 |
- abliterated
|
| 13 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# This is a decensored version of [Qwen/Qwen3.5-35B-A3B](https://huggingface.co/Qwen/Qwen3.5-35B-A3B), made using [Heretic](https://github.com/p-e-w/heretic) v1.2.0
|
| 15 |
|
| 16 |
## Abliteration parameters
|
|
|
|
| 11 |
- decensored
|
| 12 |
- abliterated
|
| 13 |
---
|
| 14 |
+
|
| 15 |
+
<!-- aux-rescue-banner: begin -->
|
| 16 |
+
|
| 17 |
+
> ## ⚠️ Update 2026-05-02 — please re-pull this model
|
| 18 |
+
>
|
| 19 |
+
> An earlier upload of this repo was missing `mtp.*` weights
|
| 20 |
+
> (785 tensors) due to a bug in `save_pretrained`: tensors not
|
| 21 |
+
> registered in the loaded model class's `state_dict()` were silently
|
| 22 |
+
> dropped on save.
|
| 23 |
+
>
|
| 24 |
+
> **Symptom:** vLLM speculative decoding with `--speculative-config qwen3_next_mtp` would fail to load. Regular (non-spec-decoded) inference and image-text-to-text were unaffected.
|
| 25 |
+
>
|
| 26 |
+
> **Status:** fixed on 2026-05-02 by uploading `model-auxiliary.safetensors` and
|
| 27 |
+
> patching `model.safetensors.index.json`. The repo now carries an
|
| 28 |
+
> `.aux_rescue.json` marker file so this fact is programmatically
|
| 29 |
+
> verifiable.
|
| 30 |
+
>
|
| 31 |
+
> Source used for restoration: [`Qwen/Qwen3.5-35B-A3B`](https://huggingface.co/Qwen/Qwen3.5-35B-A3B)
|
| 32 |
+
>
|
| 33 |
+
> If you cloned this repo before 2026-05-02, please pull again.
|
| 34 |
+
> Repaired with [`aux-rescue`](https://github.com/timrohrbaugh/aux-rescue).
|
| 35 |
+
|
| 36 |
+
<!-- aux-rescue-banner: end -->
|
| 37 |
+
|
| 38 |
# This is a decensored version of [Qwen/Qwen3.5-35B-A3B](https://huggingface.co/Qwen/Qwen3.5-35B-A3B), made using [Heretic](https://github.com/p-e-w/heretic) v1.2.0
|
| 39 |
|
| 40 |
## Abliteration parameters
|