InferenceIllusionist commited on
Commit
7e0fd73
1 Parent(s): a3cefe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -9,14 +9,17 @@ tags:
9
  # llama3-42b-v0-iMat-GGUF
10
 
11
 
12
- Quantized from fp32 with love. If you're on the latest release of llama.cpp you should no longer need to combine files before loading
13
  * Weighted quantizations were calculated using groups_merged.txt with 105 chunks (recommended amount for this file) and n_ctx=512. Special thanks to jukofyork for sharing [this process](https://huggingface.co/jukofyork/WizardLM-2-8x22B-imatrix)
14
 
15
- For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
 
 
16
 
17
  <i>All quants are verified working prior to uploading to repo for your safety and convenience. </i>
18
 
19
 
 
20
  <b>Tip:</b> Pick a size that can fit in your GPU while still allowing some room for context for best speed. You may need to pad this further depending on if you are running image gen or TTS as well.
21
 
22
  FP16 model card can be found [here](https://huggingface.co/chargoddard/llama3-42b-v0)
 
9
  # llama3-42b-v0-iMat-GGUF
10
 
11
 
12
+ Quantized from fp32 with love. All credits to [Charles Goddard](https://huggingface.co/chargoddard) for the original model.
13
  * Weighted quantizations were calculated using groups_merged.txt with 105 chunks (recommended amount for this file) and n_ctx=512. Special thanks to jukofyork for sharing [this process](https://huggingface.co/jukofyork/WizardLM-2-8x22B-imatrix)
14
 
15
+ For more information on the pruning technique utilized in this model: https://arxiv.org/abs/2403.17887
16
+
17
+ Brief rundown of [iMatrix quant performance](https://github.com/ggerganov/llama.cpp/pull/5747)
18
 
19
  <i>All quants are verified working prior to uploading to repo for your safety and convenience. </i>
20
 
21
 
22
+
23
  <b>Tip:</b> Pick a size that can fit in your GPU while still allowing some room for context for best speed. You may need to pad this further depending on if you are running image gen or TTS as well.
24
 
25
  FP16 model card can be found [here](https://huggingface.co/chargoddard/llama3-42b-v0)