convert : remove imatrix to gguf python script

This commit is contained in:
Francis Couture-Harpin
2025-04-15 17:42:26 -04:00
parent a5165a6ca9
commit 635f945ed1
4 changed files with 1 additions and 125 deletions

View File

@ -219,7 +219,7 @@ class Keys:
class IMatrix:
CHUNK_COUNT = "imatrix.chunk_count"
CHUNK_SIZE = "imatrix.chunk_size"
DATASET = "imatrix.dataset"
DATASETS = "imatrix.datasets"
#