Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
f16 is all weights forced to f16
|
2 |
|
3 |
-
f16f32 is a mix of f16/f32
|
|
|
|
|
|
1 |
f16 is all weights forced to f16
|
2 |
|
3 |
+
f16f32 is a mix of f16/f32
|
4 |
+
|
5 |
+
you can pip install gguf and load em up in python (after joining the split files together) if you want to poke at the weights
|