DavidAU commited on
Commit
336b5b5
·
verified ·
1 Parent(s): b444b08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -104,6 +104,8 @@ In addition the output tensor (10-20% of output) was modified to full precision
104
  - Likewise with rep pen ; keep at 1 (off). If you raise it performance will suffer.
105
  - If you see "token acceptance" rates BELOW 50% (predict 2 tokens) switch to normal quants.
106
 
 
 
107
  SPEED:
108
  - On Q4_K_S (4bit) quant, regular GGUFs are about 75 t/s, whereas MTP GGUFs (acceptance at 60%, 2 tokens) can exceed 90 T/S. (5090, Windows 11, testing in LMStudio)
109
  - Speeds will vary depending on GPU(s), AI app, O/S (Linux/Mac will generally be faster) and hardware.
 
104
  - Likewise with rep pen ; keep at 1 (off). If you raise it performance will suffer.
105
  - If you see "token acceptance" rates BELOW 50% (predict 2 tokens) switch to normal quants.
106
 
107
+ I added 2 special "LOW" quants which will reduce the memory foot print, with "LOW" in the name in IQ4_XS and Q6_K.
108
+
109
  SPEED:
110
  - On Q4_K_S (4bit) quant, regular GGUFs are about 75 t/s, whereas MTP GGUFs (acceptance at 60%, 2 tokens) can exceed 90 T/S. (5090, Windows 11, testing in LMStudio)
111
  - Speeds will vary depending on GPU(s), AI app, O/S (Linux/Mac will generally be faster) and hardware.