Lewdiculous commited on
Commit
95d345e
1 Parent(s): 1b8b9bd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ ---
4
+ Quantizing and uploading...
5
+ ```python
6
+ quantization_options = [
7
+ "Q4_K_M", "Q4_K_S", "IQ4_XS", "Q5_K_M", "Q5_K_S",
8
+ "Q6_K", "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
9
+ ]
10
+ ```