TheBloke commited on
Commit
708cdd2
1 Parent(s): d55b7e2

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -55,6 +55,8 @@ This repo contains GPTQ model files for [Eric Hartford's Dolphin 2.2 70B](https:
55
 
56
  Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
57
 
 
 
58
  <!-- description end -->
59
  <!-- repositories-available start -->
60
  ## Repositories available
@@ -120,11 +122,10 @@ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with T
120
  | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
121
  | [main](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 35.33 GB | Yes | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
122
  | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 36.65 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
123
- | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 69.56 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
124
- | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 64 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 69.56 GB | Yes | 4-bit, with Act Order and group size 64g. Uses less VRAM than 32g, but with slightly lower accuracy. |
125
- | gptq-3bit--1g-actorder_True | 3 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 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. |
126
- | gptq-3bit-128g-actorder_True | 3 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | Processing, coming soon | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
127
- | gptq-3bit-32g-actorder_True | 3 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | Processing, coming soon | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. |
128
 
129
  <!-- README_GPTQ.md-provided-files end -->
130
 
 
55
 
56
  Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
57
 
58
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
59
+
60
  <!-- description end -->
61
  <!-- repositories-available start -->
62
  ## Repositories available
 
122
  | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
123
  | [main](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 35.33 GB | Yes | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
124
  | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 36.65 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
125
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 40.66 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
126
+ | [gptq-3bit--1g-actorder_True](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ/tree/gptq-3bit--1g-actorder_True) | 3 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 26.78 GB | No | 3-bit, with Act Order and no group size. Lowest possible VRAM requirements. May be lower quality than 3-bit 128g. |
127
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ/tree/gptq-3bit-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 28.03 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
128
+ | [gptq-3bit-32g-actorder_True](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ/tree/gptq-3bit-32g-actorder_True) | 3 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 31.84 GB | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. |
 
129
 
130
  <!-- README_GPTQ.md-provided-files end -->
131