TheBloke commited on
Commit
794fd57
·
1 Parent(s): 8990e95

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -108,14 +108,14 @@ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with T
108
 
109
  | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
110
  | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
111
- | [main](https://huggingface.co/TheBloke/Synthia-MoE-v3-Mixtral-8x7B-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | Processing, coming soon | No | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
112
- | gptq-4bit-128g-actorder_True | 4 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | Processing, coming soon | No | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
113
- | gptq-4bit-32g-actorder_True | 4 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | Processing, coming soon | No | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
114
- | gptq-3bit--1g-actorder_True | 3 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | Processing, coming soon | No | 3-bit, with Act Order and no group size. Lowest possible VRAM requirements. May be lower quality than 3-bit 128g. |
115
- | gptq-3bit-128g-actorder_True | 3 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | Processing, coming soon | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
116
- | gptq-3bit-32g-actorder_True | 3 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | Processing, coming soon | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. |
117
- | gptq-8bit--1g-actorder_True | 8 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | Processing, coming soon | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
118
- | gptq-8bit-128g-actorder_True | 8 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | Processing, coming soon | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
119
 
120
  <!-- README_GPTQ.md-provided-files end -->
121
 
 
108
 
109
  | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
110
  | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
111
+ | [main](https://huggingface.co/TheBloke/Synthia-MoE-v3-Mixtral-8x7B-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 23.81 GB | No | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
112
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/Synthia-MoE-v3-Mixtral-8x7B-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 24.70 GB | No | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
113
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/Synthia-MoE-v3-Mixtral-8x7B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 27.42 GB | No | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
114
+ | [gptq-3bit--1g-actorder_True](https://huggingface.co/TheBloke/Synthia-MoE-v3-Mixtral-8x7B-GPTQ/tree/gptq-3bit--1g-actorder_True) | 3 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 18.01 GB | No | 3-bit, with Act Order and no group size. Lowest possible VRAM requirements. May be lower quality than 3-bit 128g. |
115
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/Synthia-MoE-v3-Mixtral-8x7B-GPTQ/tree/gptq-3bit-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 18.85 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
116
+ | [gptq-3bit-32g-actorder_True](https://huggingface.co/TheBloke/Synthia-MoE-v3-Mixtral-8x7B-GPTQ/tree/gptq-3bit-32g-actorder_True) | 3 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 21.43 GB | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. |
117
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/Synthia-MoE-v3-Mixtral-8x7B-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 47.04 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
118
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/Synthia-MoE-v3-Mixtral-8x7B-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 48.10 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
119
 
120
  <!-- README_GPTQ.md-provided-files end -->
121