DreamFoundries commited on
Commit
d586673
·
verified ·
1 Parent(s): eadc375

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: mlx
3
+ base_model: Qwen/Qwen3.5-122B-A10B
4
+ license: apache-2.0
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - mlx
8
+ - mlx-lm
9
+ - quantized
10
+ - 8-bit
11
+ - base_model:Qwen/Qwen3.5-122B-A10B
12
+ ---
13
+
14
+ # Qwen3.5-122B-A10B MLX 8-bit
15
+
16
+ This repository contains an MLX-LM conversion of [Qwen/Qwen3.5-122B-A10B](https://huggingface.co/Qwen/Qwen3.5-122B-A10B).
17
+
18
+ ## Conversion Details
19
+
20
+ - Original model: `Qwen/Qwen3.5-122B-A10B`
21
+ - Model family: Qwen3.5
22
+ - Source model type: `qwen3_5_moe`
23
+ - Model size: 125,086,497,008 parameters
24
+ - Quantization: MLX-LM affine quantization
25
+ - Bits: 8-bit
26
+ - Group size: 64
27
+ - Local MLX folder size at upload time: 120.85 GiB
28
+ - Local safetensors weight size at upload time: 120.84 GiB
29
+
30
+ ## Usage
31
+
32
+ ```bash
33
+ mlx_lm.generate --model DreamFoundries/Qwen3.5-122B-A10B-8bit --prompt "Hello" --max-tokens 64
34
+ ```
35
+
36
+ ## Benchmarks
37
+
38
+ No comparative benchmarks have been run yet. The repository does not currently provide quality, speed, memory, or benchmark comparisons against the original weights or other quantizations.
39
+
40
+ ## License
41
+
42
+ This is a converted/quantized derivative of the original model. Please refer to the original model repository for the upstream license and usage terms: https://huggingface.co/Qwen/Qwen3.5-122B-A10B