westwaters commited on
Commit
74c35dc
Β·
verified Β·
1 Parent(s): 9c06103

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -77,13 +77,13 @@ detailed thinking on<|role_end|><role>HUMAN</role>{prompt}<|role_end|><role>ASSI
77
  Pick the rung for your machine β€” each is the **same weights**, sized to a different
78
  RAM budget by the measured allocation:
79
 
80
- - **~8 GB RAM / VRAM** β†’ **`fit4GB`** (3.83 GB). The value pick: full model with room
81
  for context, and it beats same-size uniform IQ3 (table above). **Recommended.**
82
- - **~9 GB** β†’ **`fit5GB`** (4.64 GB). More fidelity β€” the sensitive layers move up to
83
  `iq4_xs`.
84
- - **~11 GB** β†’ **`fit6GB`** (6.26 GB). Near-lossless; as close to the full model as a
85
  quant gets.
86
- - Want it even smaller than fit4GB? Pollard *loses* to uniform at the extreme IQ2 floor
87
  for this model (the weights are too crushed for reallocation to help), so we don't
88
  ship one β€” *measure first, no claim before a number.*
89
 
@@ -91,9 +91,9 @@ RAM budget by the measured allocation:
91
 
92
  | Filename | Type | Size | Description |
93
  |---|---|---|---|
94
- | [Ling-3.0-tiny-Pollard-fit4GB.gguf](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard-fit4GB.gguf) | IQ3 measured mix (IQ2_S→IQ4_XS, q6_K embed/attn) | 3.83 GB | Fits an ~8 GB box. Beats same-size uniform IQ3 (table above). **Recommended.** |
95
- | [Ling-3.0-tiny-Pollard-fit5GB.gguf](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard-fit5GB.gguf) | IQ4_XS measured mix (q6_K/q5_K attn, q6_K embed) | 4.64 GB | Fits an ~9 GB box. Higher fidelity β€” sensitive layers pushed to iq4_xs. |
96
- | [Ling-3.0-tiny-Pollard-fit6GB.gguf](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard-fit6GB.gguf) | Q5/Q6 measured mix (18L q6_K, 6L q5_K) | 6.26 GB | Fits an ~11 GB box. Near-lossless β€” maximum quality. |
97
  | [Ling-3.0-tiny-Pollard.imatrix](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard.imatrix) | importance matrix | 44 MB | The imatrix used, for anyone re-quantizing. |
98
  | [Ling-3.0-tiny-Pollard-calibration.txt](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard-calibration.txt) | calibration corpus | ~1 MB | The exact corpus the imatrix was computed on. |
99
  | [Ling-3.0-tiny-Pollard.tensor-types.txt](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard.tensor-types.txt) | allocation map | 3 KB | The measured per-tensor bit assignment. |
@@ -103,7 +103,7 @@ RAM budget by the measured allocation:
103
  ```bash
104
  pip install -U "huggingface_hub[cli]"
105
  hf download PollardWeights/Ling-3.0-tiny-Pollard \
106
- --include "Ling-3.0-tiny-Pollard-fit4GB.gguf" --local-dir ./
107
  ```
108
 
109
  ## How to run
@@ -112,14 +112,14 @@ These are standard GGUF and run with **llama.cpp** β€” one-line install:
112
 
113
  ```bash
114
  curl -LsSf https://llama.app/install.sh | sh
115
- llama-server -hf PollardWeights/Ling-3.0-tiny-Pollard:fit4GB
116
  ```
117
 
118
  or with a local file:
119
 
120
  ```bash
121
- llama-cli -m Ling-3.0-tiny-Pollard-fit4GB.gguf -ngl 99 -p "Explain MoE routing simply."
122
- llama-server -m Ling-3.0-tiny-Pollard-fit4GB.gguf -ngl 99 # OpenAI-compatible API + web UI at :8080
123
  ```
124
 
125
  They also work in anything built on llama.cpp β€” **LM Studio, koboldcpp, ramalama,
 
77
  Pick the rung for your machine β€” each is the **same weights**, sized to a different
78
  RAM budget by the measured allocation:
79
 
80
+ - **~8 GB RAM / VRAM** β†’ **`IQ3_S`** (3.83 GB). The value pick: full model with room
81
  for context, and it beats same-size uniform IQ3 (table above). **Recommended.**
82
+ - **~9 GB** β†’ **`IQ4_XS`** (4.64 GB). More fidelity β€” the sensitive layers move up to
83
  `iq4_xs`.
84
+ - **~11 GB** β†’ **`Q6_K`** (6.26 GB). Near-lossless; as close to the full model as a
85
  quant gets.
86
+ - Want it even smaller than IQ3_S? Pollard *loses* to uniform at the extreme IQ2 floor
87
  for this model (the weights are too crushed for reallocation to help), so we don't
88
  ship one β€” *measure first, no claim before a number.*
89
 
 
91
 
92
  | Filename | Type | Size | Description |
93
  |---|---|---|---|
94
+ | [Ling-3.0-tiny-Pollard-IQ3_S.gguf](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard-IQ3_S.gguf) | IQ3 measured mix (IQ2_S→IQ4_XS, q6_K embed/attn) | 3.83 GB | Fits an ~8 GB box. Beats same-size uniform IQ3 (table above). **Recommended.** |
95
+ | [Ling-3.0-tiny-Pollard-IQ4_XS.gguf](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard-IQ4_XS.gguf) | IQ4_XS measured mix (q6_K/q5_K attn, q6_K embed) | 4.64 GB | Fits an ~9 GB box. Higher fidelity β€” sensitive layers pushed to iq4_xs. |
96
+ | [Ling-3.0-tiny-Pollard-Q6_K.gguf](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard-Q6_K.gguf) | Q5/Q6 measured mix (18L q6_K, 6L q5_K) | 6.26 GB | Fits an ~11 GB box. Near-lossless β€” maximum quality. |
97
  | [Ling-3.0-tiny-Pollard.imatrix](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard.imatrix) | importance matrix | 44 MB | The imatrix used, for anyone re-quantizing. |
98
  | [Ling-3.0-tiny-Pollard-calibration.txt](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard-calibration.txt) | calibration corpus | ~1 MB | The exact corpus the imatrix was computed on. |
99
  | [Ling-3.0-tiny-Pollard.tensor-types.txt](https://huggingface.co/PollardWeights/Ling-3.0-tiny-Pollard/blob/main/Ling-3.0-tiny-Pollard.tensor-types.txt) | allocation map | 3 KB | The measured per-tensor bit assignment. |
 
103
  ```bash
104
  pip install -U "huggingface_hub[cli]"
105
  hf download PollardWeights/Ling-3.0-tiny-Pollard \
106
+ --include "Ling-3.0-tiny-Pollard-IQ3_S.gguf" --local-dir ./
107
  ```
108
 
109
  ## How to run
 
112
 
113
  ```bash
114
  curl -LsSf https://llama.app/install.sh | sh
115
+ llama-server -hf PollardWeights/Ling-3.0-tiny-Pollard:IQ3_S
116
  ```
117
 
118
  or with a local file:
119
 
120
  ```bash
121
+ llama-cli -m Ling-3.0-tiny-Pollard-IQ3_S.gguf -ngl 99 -p "Explain MoE routing simply."
122
+ llama-server -m Ling-3.0-tiny-Pollard-IQ3_S.gguf -ngl 99 # OpenAI-compatible API + web UI at :8080
123
  ```
124
 
125
  They also work in anything built on llama.cpp β€” **LM Studio, koboldcpp, ramalama,