Upload README.md
Browse files
README.md
CHANGED
@@ -84,7 +84,7 @@ All recent GPTQ files are made with AutoGPTQ, and all files in non-main branches
|
|
84 |
| ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
|
85 |
| [main](https://huggingface.co/TheBloke/StellarX-4B-V0.2-GPTQ/tree/main) | 4 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 2048 | 1.83 GB | No | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
|
86 |
| [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/StellarX-4B-V0.2-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 2048 | 1.98 GB | No | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
|
87 |
-
| gptq-8bit-128g-actorder_True | 8 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 2048 |
|
88 |
| [gptq-8bit-32g-actorder_True](https://huggingface.co/TheBloke/StellarX-4B-V0.2-GPTQ/tree/gptq-8bit-32g-actorder_True) | 8 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 2048 | 3.27 GB | No | 8-bit, with group size 32g and Act Order for maximum inference quality. |
|
89 |
|
90 |
<!-- README_GPTQ.md-provided-files end -->
|
|
|
84 |
| ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
|
85 |
| [main](https://huggingface.co/TheBloke/StellarX-4B-V0.2-GPTQ/tree/main) | 4 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 2048 | 1.83 GB | No | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
|
86 |
| [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/StellarX-4B-V0.2-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 2048 | 1.98 GB | No | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
|
87 |
+
| [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/StellarX-4B-V0.2-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 2048 | 3.10 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
|
88 |
| [gptq-8bit-32g-actorder_True](https://huggingface.co/TheBloke/StellarX-4B-V0.2-GPTQ/tree/gptq-8bit-32g-actorder_True) | 8 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 2048 | 3.27 GB | No | 8-bit, with group size 32g and Act Order for maximum inference quality. |
|
89 |
|
90 |
<!-- README_GPTQ.md-provided-files end -->
|