ChrisGoringe commited on
Commit
a07016a
·
verified ·
1 Parent(s): 0f61848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -21,14 +21,14 @@ models/unet directory.
21
  [original_model_name]_mxN_N.gguf
22
 
23
  where N_N is the average number of bits per parameter.
 
 
24
  ```
25
- - 9_6 might just fit on a 16GB card
26
- - 9_2 (new) might be better for 16GB cards
27
- - 8_4 is a good balance for 16GB cards,
28
- - 7_4 is roughly the size of an 8 bit model,
29
- - 5_9 should work for 12 GB cards
30
- - 5_1 is mostly quantised to Q4_1
31
  ```
 
32
  ## How is this optimised?
33
 
34
  The process for optimisation is as follows:
 
21
  [original_model_name]_mxN_N.gguf
22
 
23
  where N_N is the average number of bits per parameter.
24
+
25
+ ## Good choices to start with
26
  ```
27
+ - 9_2 might be best for 16GB cards
28
+ - 7_6 or 7_4 might work for 12 GB cards
29
+ - 5_9 should definitely work for 12 GB cards
 
 
 
30
  ```
31
+
32
  ## How is this optimised?
33
 
34
  The process for optimisation is as follows: