justheuristic commited on
Commit
08c55bc
1 Parent(s): a0f548a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ For this quantization, we used 1 codebook of 16 bits for groups of 8 weights.
17
  | Model | AQLM scheme | WikiText 2 PPL | Model size, Gb | Hub link |
18
  |------------|-------------|----------------|----------------|--------------------------------------------------------------------------|
19
  | meta-llama/Meta-Llama-3-8B (this) | 1x16g8 | 6.99 | 4.1 | [Link](https://huggingface.co/ISTA-DASLab/Meta-Llama-3-8B-AQLM-PV-2Bit-1x16) |
20
- | meta-llama/Meta-Llama-3-70B | 1x16g8 | 4.57 | 21.9 | [Link](https://huggingface.co/ISTA-DASLab/Llama-2-70b-AQLM-PV-2Bit-1x16-hf)|
21
 
22
  The 1x16g16 (1-bit) models are on the way, as soon as we update the inference lib with their respective kernels.
23
 
 
17
  | Model | AQLM scheme | WikiText 2 PPL | Model size, Gb | Hub link |
18
  |------------|-------------|----------------|----------------|--------------------------------------------------------------------------|
19
  | meta-llama/Meta-Llama-3-8B (this) | 1x16g8 | 6.99 | 4.1 | [Link](https://huggingface.co/ISTA-DASLab/Meta-Llama-3-8B-AQLM-PV-2Bit-1x16) |
20
+ | meta-llama/Meta-Llama-3-70B | 1x16g8 | 4.57 | 21.9 | [Link](https://huggingface.co/ISTA-DASLab/Meta-Llama-3-70B-AQLM-PV-2Bit-1x16)|
21
 
22
  The 1x16g16 (1-bit) models are on the way, as soon as we update the inference lib with their respective kernels.
23