yasu-oh commited on
Commit
06ceb45
·
1 Parent(s): 5df4a84
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from typing import Optional
8
  API_BASE_URL = "https://huggingface.co/api/models/"
9
  LLAMA_CPP_SOURCE = "https://raw.githubusercontent.com/ggml-org/llama.cpp/refs/heads/master/convert_hf_to_gguf.py"
10
  QUANTIZE = {
11
- "IQ4_XS": 4.25,
12
  "Q4_K_M": 4.9,
13
  "Q5_K_M": 5.7,
14
  "Q6_K": 6.6,
 
8
  API_BASE_URL = "https://huggingface.co/api/models/"
9
  LLAMA_CPP_SOURCE = "https://raw.githubusercontent.com/ggml-org/llama.cpp/refs/heads/master/convert_hf_to_gguf.py"
10
  QUANTIZE = {
11
+ "IQ4_XS": 4.3,
12
  "Q4_K_M": 4.9,
13
  "Q5_K_M": 5.7,
14
  "Q6_K": 6.6,