Instructions to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M # Run inference directly in the terminal: llama cli -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M # Run inference directly in the terminal: llama cli -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Use Docker
docker model run hf.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama", "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/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
- Ollama
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with Ollama:
ollama run hf.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
- Unsloth Desktop
- Pi
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with Docker Model Runner:
docker model run hf.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
- Lemonade
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
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 oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
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 "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Add collapsible H200, RTX 5090, laptop and experimental IQ2_M quickstarts
Browse files- DEVICE-QUICKSTART.md +130 -0
- README.md +2 -0
- SHA256SUMS +2 -1
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## 🚀 Start on your device
|
| 2 |
+
|
| 3 |
+
Choose the setup you actually use. **You only need one edition and one quantization.** The large server uses Transformers; the desktop and laptop examples use smaller GGUF files through llama.cpp or Ollama. These are different ways to run the same release, not four new models.
|
| 4 |
+
|
| 5 |
+
<details>
|
| 6 |
+
<summary>🖥️ H200 / large server — full BF16 with Transformers</summary>
|
| 7 |
+
|
| 8 |
+
For a server with enough GPU memory. Validated with **Transformers 5.16.1 on NVIDIA H200**. The weights alone are about **70 GB**; leave additional room for images, cache and intermediate calculations. This example is not suitable for a single 32-GB RTX 5090 or an 8-GB laptop GPU.
|
| 9 |
+
|
| 10 |
+
Install a CUDA-enabled PyTorch build compatible with your driver using the [official PyTorch installer](https://pytorch.org/get-started/locally/), then:
|
| 11 |
+
|
| 12 |
+
```bash
|
| 13 |
+
python -m pip install transformers==5.16.1 accelerate pillow
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+
```python
|
| 17 |
+
import torch
|
| 18 |
+
from transformers import AutoProcessor, Qwen3_5MoeForConditionalGeneration
|
| 19 |
+
|
| 20 |
+
repo = "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-FT"
|
| 21 |
+
processor = AutoProcessor.from_pretrained(repo)
|
| 22 |
+
model = Qwen3_5MoeForConditionalGeneration.from_pretrained(
|
| 23 |
+
repo, dtype=torch.bfloat16, device_map="auto"
|
| 24 |
+
)
|
| 25 |
+
messages = [{"role": "user", "content": [
|
| 26 |
+
{"type": "text", "text": "Explain gravity briefly."}
|
| 27 |
+
]}]
|
| 28 |
+
inputs = processor.apply_chat_template(
|
| 29 |
+
messages, tokenize=True, add_generation_prompt=True,
|
| 30 |
+
return_dict=True, return_tensors="pt", enable_thinking=False
|
| 31 |
+
).to(model.device)
|
| 32 |
+
with torch.inference_mode():
|
| 33 |
+
output = model.generate(**inputs, max_new_tokens=256, do_sample=False)
|
| 34 |
+
print(processor.batch_decode(
|
| 35 |
+
output[:, inputs.input_ids.shape[1]:], skip_special_tokens=True
|
| 36 |
+
)[0])
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
For image input, add an image content item supported by `AutoProcessor`. Large images or long conversations need more memory.
|
| 40 |
+
|
| 41 |
+
</details>
|
| 42 |
+
|
| 43 |
+
<details>
|
| 44 |
+
<summary>🎮 RTX 5090 · 32 GB — Q4_K_M with llama.cpp</summary>
|
| 45 |
+
|
| 46 |
+
Use the **GGUF / Llama edition**, not the 70-GB BF16 download. Q4_K_M is about **20.22 GiB**, plus a **0.84-GiB vision projector** and runtime memory. This model/backend combination was benchmarked on RTX 5090. The commands below start a short-context interactive server, not the full benchmark configuration.
|
| 47 |
+
|
| 48 |
+
Install the [Hugging Face CLI](https://huggingface.co/docs/huggingface_hub/guides/cli) and a CUDA-enabled [llama.cpp build](https://github.com/ggml-org/llama.cpp). The release was tested with llama.cpp commit `427291b5b34cd914a31b3fd3b61a68f6184f4b9f`. Run the following in Bash on Ubuntu; `llama-server` must be on your PATH:
|
| 49 |
+
|
| 50 |
+
```bash
|
| 51 |
+
mkdir -p qwen-v2-q4
|
| 52 |
+
cd qwen-v2-q4
|
| 53 |
+
repo="oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama"
|
| 54 |
+
hf download "$repo" Qwen3.6-35B-v2-Q4_K_M.gguf mmproj-Qwen3.6-35B-v2-F16.gguf SHA256SUMS LICENSE --local-dir .
|
| 55 |
+
sha256sum --check --ignore-missing SHA256SUMS
|
| 56 |
+
llama-server -m Qwen3.6-35B-v2-Q4_K_M.gguf \
|
| 57 |
+
--mmproj mmproj-Qwen3.6-35B-v2-F16.gguf \
|
| 58 |
+
-ngl 99 -c 4096 -np 1 --host 127.0.0.1 --port 8080 \
|
| 59 |
+
--chat-template-kwargs '{"enable_thinking":false}'
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
Stop if checksum verification reports a mismatch. In another terminal on the same machine:
|
| 63 |
+
|
| 64 |
+
```bash
|
| 65 |
+
curl http://127.0.0.1:8080/v1/chat/completions \
|
| 66 |
+
-H "Content-Type: application/json" \
|
| 67 |
+
-d '{"messages":[{"role":"user","content":"Explain gravity briefly."}],"max_tokens":256,"temperature":0,"stream":false}'
|
| 68 |
+
```
|
| 69 |
+
|
| 70 |
+
The service is local-only. On a remote server, use SSH forwarding instead of exposing it publicly. Other GPU workloads reduce available memory; keep the initial context small. See the [llama.cpp server documentation](https://github.com/ggml-org/llama.cpp/tree/master/tools/server).
|
| 71 |
+
|
| 72 |
+
</details>
|
| 73 |
+
|
| 74 |
+
<details>
|
| 75 |
+
<summary>💻 Laptop · 32 GB RAM / 8 GB VRAM — IQ4_XS with Ollama</summary>
|
| 76 |
+
|
| 77 |
+
For a laptop such as an **RTX 4060 Laptop with 8 GB VRAM and 32 GB system RAM**. IQ4_XS is about **17.86 GiB**, plus the projector and runtime memory. It does **not** fit entirely in 8 GB VRAM: Ollama must split work between GPU and CPU/RAM. Expect slower responses than the RTX 5090. This is a starting configuration; the full laptop benchmark is still pending.
|
| 78 |
+
|
| 79 |
+
Install [Ollama](https://ollama.com/download), Python and the [HF CLI](https://huggingface.co/docs/huggingface_hub/guides/cli). Keep Ollama running. In PowerShell:
|
| 80 |
+
|
| 81 |
+
```powershell
|
| 82 |
+
New-Item -ItemType Directory -Path .\qwen-v2-iq4 -Force | Out-Null
|
| 83 |
+
Set-Location .\qwen-v2-iq4
|
| 84 |
+
$qwenRepo = "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Ollama"
|
| 85 |
+
hf download $qwenRepo Qwen3.6-35B-v2-IQ4_XS.gguf mmproj-Qwen3.6-35B-v2-F16.gguf import_ollama.py SHA256SUMS LICENSE --local-dir .
|
| 86 |
+
python -m pip install requests
|
| 87 |
+
python .\import_ollama.py --quant IQ4_XS
|
| 88 |
+
ollama run qwen3.6-35b-v2:iq4_xs --think=false
|
| 89 |
+
```
|
| 90 |
+
|
| 91 |
+
The importer checks the selected model/projector hashes and includes both files. Its default context is 4,096 tokens with a 1,024-token output cap. For a lighter first request, use this PowerShell example instead of interactive chat:
|
| 92 |
+
|
| 93 |
+
```powershell
|
| 94 |
+
$qwenRequest = @{
|
| 95 |
+
model = "qwen3.6-35b-v2:iq4_xs"
|
| 96 |
+
messages = @(@{ role = "user"; content = "Explain gravity briefly." })
|
| 97 |
+
think = $false
|
| 98 |
+
stream = $false
|
| 99 |
+
options = @{ num_ctx = 2048; num_predict = 256 }
|
| 100 |
+
} | ConvertTo-Json -Depth 5
|
| 101 |
+
$qwenReply = Invoke-RestMethod -Uri "http://127.0.0.1:11434/api/chat" -Method Post -ContentType "application/json" -Body $qwenRequest -TimeoutSec 300
|
| 102 |
+
$qwenReply.message.content
|
| 103 |
+
```
|
| 104 |
+
|
| 105 |
+
Close memory-heavy apps, run one model at a time and check GPU/CPU allocation with `ollama ps`. Importing into Ollama can keep a second copy of the weights: allow roughly 40 GB of free disk for this download plus its imported copy. These memory/disk figures are planning estimates, not measured laptop peaks. The importer was tested with Ollama 0.33.3; the full IQ4_XS laptop route remains unbenchmarked. [Ollama chat API](https://docs.ollama.com/api/chat).
|
| 106 |
+
|
| 107 |
+
</details>
|
| 108 |
+
|
| 109 |
+
<details>
|
| 110 |
+
<summary>🧪 Smaller experimental option — IQ2_M with Ollama</summary>
|
| 111 |
+
|
| 112 |
+
**About 11.70 GiB**, plus the **0.84-GiB projector** and runtime memory. Smaller than IQ4_XS, but substantial losses in accuracy, reasoning, code and formatting are possible. This is the released **IQ2_M**, not a separate Q2_K file. Its effective precision is mixed; some tensors remain at higher precision.
|
| 113 |
+
|
| 114 |
+
Use it to explore lower-memory operation, not as the preferred option for important answers. It still does **not** fit completely in an 8-GB GPU, and lower file size does not guarantee higher speed. Start with text-only questions and a short context; quality and performance on the laptop have not been measured yet.
|
| 115 |
+
|
| 116 |
+
With Ollama, Python and the HF CLI installed, run in PowerShell:
|
| 117 |
+
|
| 118 |
+
```powershell
|
| 119 |
+
New-Item -ItemType Directory -Path .\qwen-v2-iq2 -Force | Out-Null
|
| 120 |
+
Set-Location .\qwen-v2-iq2
|
| 121 |
+
$qwenRepo = "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Ollama"
|
| 122 |
+
hf download $qwenRepo Qwen3.6-35B-v2-IQ2_M.gguf mmproj-Qwen3.6-35B-v2-F16.gguf import_ollama.py SHA256SUMS LICENSE --local-dir .
|
| 123 |
+
python -m pip install requests
|
| 124 |
+
python .\import_ollama.py --quant IQ2_M
|
| 125 |
+
ollama run qwen3.6-35b-v2:iq2_m --think=false
|
| 126 |
+
```
|
| 127 |
+
|
| 128 |
+
For the lighter API example above, change only `model` to `qwen3.6-35b-v2:iq2_m`; keep `num_ctx = 2048` and `num_predict = 256`. Allow roughly 27 GB free disk for the download plus an imported copy. No Transformers/BF16 download is needed for this option.
|
| 129 |
+
|
| 130 |
+
</details>
|
|
@@ -60,6 +60,8 @@ You set the tone: professional, casual, blunt or playful. The aim is personality
|
|
| 60 |
| I use llama.cpp or a compatible GGUF app | [GGUF / Llama edition](https://huggingface.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama); Q4_K_M is a starting point if it fits your memory |
|
| 61 |
| I work with Python or want the full weights | [BF16 / FT edition](https://huggingface.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-FT) |
|
| 62 |
|
|
|
|
|
|
|
| 63 |
Smaller files need less memory, but the lowest-bit versions can lose substantial quality. Vision needs the included image processor/projector as well as the language-model weights.
|
| 64 |
|
| 65 |
### 💬 Try asking
|
|
|
|
| 60 |
| I use llama.cpp or a compatible GGUF app | [GGUF / Llama edition](https://huggingface.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama); Q4_K_M is a starting point if it fits your memory |
|
| 61 |
| I work with Python or want the full weights | [BF16 / FT edition](https://huggingface.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-FT) |
|
| 62 |
|
| 63 |
+
**Choose your hardware:** [H200 server · RTX 5090 · laptop · experimental IQ2_M](DEVICE-QUICKSTART.md).
|
| 64 |
+
|
| 65 |
Smaller files need less memory, but the lowest-bit versions can lose substantial quality. Vision needs the included image processor/projector as well as the language-model weights.
|
| 66 |
|
| 67 |
### 💬 Try asking
|
|
@@ -3,6 +3,7 @@
|
|
| 3 |
0e712dd8e4bc65088e170826e98bdc440fb19a2cfdb7613c643e9dabb624ecd8 BENCHMARK-EXTENSION-QWEN38.json
|
| 4 |
67d070e3b12bcd185626054c81cdf4d528a9a1af26774050e1d50be370b5ee14 BENCHMARK-PLAN.md
|
| 5 |
5c1a6fa0bd2d21e400b4c84001abec8085e3f5d7fbe5d217e7a0af7f32f42c6d DATASETS.md
|
|
|
|
| 6 |
5fa5bdc4687e5ed723af58eb436f545cc62589e5395d5041722639f03bb5ec9b LAPTOP-BENCHMARK-MATRIX.json
|
| 7 |
ad3521db2dbcdf0b2ff300349d312c0fb44a1ebccc84571712602c512bf4a733 Qwen3.6-35B-v2-IQ1_M.gguf
|
| 8 |
61a1a351bdc64ad14616277b0f7c630abe297733a29d96659da3bb7b369c769d Qwen3.6-35B-v2-IQ2_M.gguf
|
|
@@ -11,7 +12,7 @@ ad3521db2dbcdf0b2ff300349d312c0fb44a1ebccc84571712602c512bf4a733 Qwen3.6-35B-v2
|
|
| 11 |
3cc8cd0bad0c37fba8e038f68c089cdf2e5f55619d48487fdd9bfff0686ef830 Qwen3.6-35B-v2-Q4_K_M.gguf
|
| 12 |
a3a5b8afaf96d6d4c9dfb257e54406a04a8363791f980647f788c67ff3966615 Qwen3.6-35B-v2-Q5_K_M.gguf
|
| 13 |
71099584272a77b22c4aa1152271bf7d85595e1b869ffc883440a9d0e225c073 Qwen3.6-35B-v2-Q8_0.gguf
|
| 14 |
-
|
| 15 |
a69838e3728d2aa08941191fce1d7c5af6f0703a9a4444e8d6f0ef18cb4ecf8a RELEASE-NAMING.json
|
| 16 |
d431e82d0ab961c261e525fc08fc3e64c0916fbd4d3f52b839b3d2eda0766338 assets/qwen3.6-35b-v2-banner.png
|
| 17 |
fc5f718f531acdfe2e45bb09655d40f525eab939f9a3ab501287758f901cb3ad mmproj-Qwen3.6-35B-v2-F16.gguf
|
|
|
|
| 3 |
0e712dd8e4bc65088e170826e98bdc440fb19a2cfdb7613c643e9dabb624ecd8 BENCHMARK-EXTENSION-QWEN38.json
|
| 4 |
67d070e3b12bcd185626054c81cdf4d528a9a1af26774050e1d50be370b5ee14 BENCHMARK-PLAN.md
|
| 5 |
5c1a6fa0bd2d21e400b4c84001abec8085e3f5d7fbe5d217e7a0af7f32f42c6d DATASETS.md
|
| 6 |
+
b483301314df6773850288b6291d49d082a7f816f7266d8cd62ef803b4f4e154 DEVICE-QUICKSTART.md
|
| 7 |
5fa5bdc4687e5ed723af58eb436f545cc62589e5395d5041722639f03bb5ec9b LAPTOP-BENCHMARK-MATRIX.json
|
| 8 |
ad3521db2dbcdf0b2ff300349d312c0fb44a1ebccc84571712602c512bf4a733 Qwen3.6-35B-v2-IQ1_M.gguf
|
| 9 |
61a1a351bdc64ad14616277b0f7c630abe297733a29d96659da3bb7b369c769d Qwen3.6-35B-v2-IQ2_M.gguf
|
|
|
|
| 12 |
3cc8cd0bad0c37fba8e038f68c089cdf2e5f55619d48487fdd9bfff0686ef830 Qwen3.6-35B-v2-Q4_K_M.gguf
|
| 13 |
a3a5b8afaf96d6d4c9dfb257e54406a04a8363791f980647f788c67ff3966615 Qwen3.6-35B-v2-Q5_K_M.gguf
|
| 14 |
71099584272a77b22c4aa1152271bf7d85595e1b869ffc883440a9d0e225c073 Qwen3.6-35B-v2-Q8_0.gguf
|
| 15 |
+
81ee951e2874a3bd16458ce27fea3288edd0a34da193720c15f50c276ee88dc3 README.md
|
| 16 |
a69838e3728d2aa08941191fce1d7c5af6f0703a9a4444e8d6f0ef18cb4ecf8a RELEASE-NAMING.json
|
| 17 |
d431e82d0ab961c261e525fc08fc3e64c0916fbd4d3f52b839b3d2eda0766338 assets/qwen3.6-35b-v2-banner.png
|
| 18 |
fc5f718f531acdfe2e45bb09655d40f525eab939f9a3ab501287758f901cb3ad mmproj-Qwen3.6-35B-v2-F16.gguf
|