Update README.md
Browse files
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 |
-
-
|
| 26 |
-
-
|
| 27 |
-
-
|
| 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:
|