Regenerate 2026-09-22: 100 models, 988 recipes, 166 benchmark rows
Browse filesAdds Qwen-Image-2.1 and other models published since 2026-08-31. The card's 'measured by us' count now counts first-party sessions (9) instead of smeltcore.com URLs, which were reader submissions (3).
- README.md +18 -16
- data/benchmark_sources.parquet +2 -2
- data/compatibility.parquet +2 -2
- data/gpus.parquet +2 -2
- data/models.parquet +2 -2
- data/recipes.parquet +2 -2
README.md
CHANGED
|
@@ -32,25 +32,25 @@ configs:
|
|
| 32 |
# Self-Hosted AI — GPU Compatibility, Recipes and Catalogue
|
| 33 |
|
| 34 |
Which open-weight AI models actually run on which consumer GPU, and what it takes
|
| 35 |
-
to get them running. 2
|
| 36 |
-
and 27 cards, plus
|
| 37 |
-
(
|
| 38 |
|
| 39 |
This is the machine-readable form of [smeltcore.com](https://smeltcore.com). Every row carries a
|
| 40 |
`url` back to the page it came from.
|
| 41 |
|
| 42 |
-
Generated 2026-
|
| 43 |
credentials, reproducible by anyone.
|
| 44 |
|
| 45 |
## Configs
|
| 46 |
|
| 47 |
| config | rows | what it is |
|
| 48 |
|---|---:|---|
|
| 49 |
-
| `compatibility` | 2
|
| 50 |
-
| `recipes` |
|
| 51 |
-
| `models` |
|
| 52 |
| `gpus` | 27 | the cards: VRAM, vendor, series |
|
| 53 |
-
| `benchmark_sources` |
|
| 54 |
|
| 55 |
```python
|
| 56 |
from datasets import load_dataset
|
|
@@ -65,10 +65,10 @@ The whole dataset turns on this column, so it is worth reading before using it.
|
|
| 65 |
|
| 66 |
| verdict | rows | meaning |
|
| 67 |
|---|---:|---|
|
| 68 |
-
| `verified` |
|
| 69 |
-
| `fits` |
|
| 70 |
-
| `unknown` |
|
| 71 |
-
| `too_big` |
|
| 72 |
|
| 73 |
The asymmetry between `fits` and `too_big` is deliberate: a model is only called
|
| 74 |
runnable on evidence from the same vendor's hardware, but it is called *not*
|
|
@@ -85,8 +85,10 @@ offered on — not a measured peak. Measured peaks, where they exist, are in
|
|
| 85 |
**`recipes` is first-party.** Written for this catalogue against named hardware,
|
| 86 |
with the quantization, runtime and settings each one was written for.
|
| 87 |
|
| 88 |
-
**`benchmark_sources` is not.** 111 of
|
| 89 |
-
single third-party site (`www.hardware-corner.net`)
|
|
|
|
|
|
|
| 90 |
It is published as a **citation index, not as our benchmarks**: what this project
|
| 91 |
contributes is the normalisation — one model slug, one GPU slug, one unit
|
| 92 |
convention — and every row is required to carry `source_url` back to whoever did
|
|
@@ -100,7 +102,7 @@ statistical confidence interval.
|
|
| 100 |
|
| 101 |
- 27 consumer cards — NVIDIA, AMD and Apple silicon. **No datacenter GPUs**
|
| 102 |
(no H100, no A100): this catalogue is about hardware people own.
|
| 103 |
-
- 8 modalities: llm (38), multimodal (18), image (
|
| 104 |
- Verdicts are about **whether it runs**, not how well it performs. There is no
|
| 105 |
quality benchmark here and no leaderboard.
|
| 106 |
- The catalogue moves — models get added, quantizations appear weekly. A stale copy
|
|
@@ -123,7 +125,7 @@ extend to the measurements themselves, which belong to the sites named in
|
|
| 123 |
title = {Self-Hosted AI — GPU Compatibility, Recipes and Catalogue},
|
| 124 |
author = {smeltcore},
|
| 125 |
url = {https://smeltcore.com},
|
| 126 |
-
note = {Generated 2026-
|
| 127 |
year = {2026}
|
| 128 |
}
|
| 129 |
```
|
|
|
|
| 32 |
# Self-Hosted AI — GPU Compatibility, Recipes and Catalogue
|
| 33 |
|
| 34 |
Which open-weight AI models actually run on which consumer GPU, and what it takes
|
| 35 |
+
to get them running. 2 700 model×GPU verdicts across 100 models
|
| 36 |
+
and 27 cards, plus 988 full setup guides
|
| 37 |
+
(18 MB of markdown) written against specific hardware.
|
| 38 |
|
| 39 |
This is the machine-readable form of [smeltcore.com](https://smeltcore.com). Every row carries a
|
| 40 |
`url` back to the page it came from.
|
| 41 |
|
| 42 |
+
Generated 2026-09-22T10:54:40+00:00 from the public read API (`https://api.smeltcore.com/api/v1`) — no private data, no
|
| 43 |
credentials, reproducible by anyone.
|
| 44 |
|
| 45 |
## Configs
|
| 46 |
|
| 47 |
| config | rows | what it is |
|
| 48 |
|---|---:|---|
|
| 49 |
+
| `compatibility` | 2 700 | **the point of the dataset.** One row per model × GPU, with a verdict |
|
| 50 |
+
| `recipes` | 988 | full setup guides, markdown included, tagged by model / GPU / tool |
|
| 51 |
+
| `models` | 100 | the catalogue: licence, upstream repo, modality |
|
| 52 |
| `gpus` | 27 | the cards: VRAM, vendor, series |
|
| 53 |
+
| `benchmark_sources` | 166 | third-party measurements, normalised and cited |
|
| 54 |
|
| 55 |
```python
|
| 56 |
from datasets import load_dataset
|
|
|
|
| 65 |
|
| 66 |
| verdict | rows | meaning |
|
| 67 |
|---|---:|---|
|
| 68 |
+
| `verified` | 987 | somebody ran it on this exact card and wrote down how — there is a recipe behind the row |
|
| 69 |
+
| `fits` | 676 | inferred: the model's memory floor is under the card's VRAM, and the vendor is supported. Not measured |
|
| 70 |
+
| `unknown` | 467 | no floor established for this model, so no honest call can be made |
|
| 71 |
+
| `too_big` | 570 | the memory floor exceeds this card. This is the one verdict asserted from anywhere, not only from same-vendor evidence |
|
| 72 |
|
| 73 |
The asymmetry between `fits` and `too_big` is deliberate: a model is only called
|
| 74 |
runnable on evidence from the same vendor's hardware, but it is called *not*
|
|
|
|
| 85 |
**`recipes` is first-party.** Written for this catalogue against named hardware,
|
| 86 |
with the quantization, runtime and settings each one was written for.
|
| 87 |
|
| 88 |
+
**`benchmark_sources` is not.** 111 of 166 rows come from a
|
| 89 |
+
single third-party site (`www.hardware-corner.net`); 9 were measured by us, each linking to its
|
| 90 |
+
raw session in [Smeltcore/measurements](https://huggingface.co/datasets/Smeltcore/measurements), and
|
| 91 |
+
3 were submitted by readers through the site.
|
| 92 |
It is published as a **citation index, not as our benchmarks**: what this project
|
| 93 |
contributes is the normalisation — one model slug, one GPU slug, one unit
|
| 94 |
convention — and every row is required to carry `source_url` back to whoever did
|
|
|
|
| 102 |
|
| 103 |
- 27 consumer cards — NVIDIA, AMD and Apple silicon. **No datacenter GPUs**
|
| 104 |
(no H100, no A100): this catalogue is about hardware people own.
|
| 105 |
+
- 8 modalities: llm (38), multimodal (18), image (15), video (14), tts (6), 3d (4), music (3), specialized (2).
|
| 106 |
- Verdicts are about **whether it runs**, not how well it performs. There is no
|
| 107 |
quality benchmark here and no leaderboard.
|
| 108 |
- The catalogue moves — models get added, quantizations appear weekly. A stale copy
|
|
|
|
| 125 |
title = {Self-Hosted AI — GPU Compatibility, Recipes and Catalogue},
|
| 126 |
author = {smeltcore},
|
| 127 |
url = {https://smeltcore.com},
|
| 128 |
+
note = {Generated 2026-09-22T10:54:40+00:00},
|
| 129 |
year = {2026}
|
| 130 |
}
|
| 131 |
```
|
data/benchmark_sources.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a96a03c8a3c4e4a98a28b90fdbb5bcec3b84ad7560fabc213be7e5bd20ab80ae
|
| 3 |
+
size 16842
|
data/compatibility.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94586fea26ebfefde7404b0cabf75ee1907bcb49fc59c8b8660c143201bbe3d3
|
| 3 |
+
size 43612
|
data/gpus.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:820e0a01c42c8a24f5075711a0a3992bfce433235c8786fc03c3da262dae0d05
|
| 3 |
+
size 3362
|
data/models.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3c69b132c36ac461e20f98c485bd37883f11fff2a271b250c82db756c318ed9
|
| 3 |
+
size 34057
|
data/recipes.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82ae87f060f93c44f1724b2706c3815ffa0ae3b2c7f16a472a9491a5af0d5a53
|
| 3 |
+
size 2854104
|