convert-hf : support q8_0 conversion

This commit is contained in:
Francis Couture-Harpin 2024-05-10 14:47:28 -04:00
parent 5a419926b0
commit d7e199e444
5 changed files with 157 additions and 57 deletions

View file

@ -2,5 +2,6 @@ from .constants import *
from .lazy import *
from .gguf_reader import *
from .gguf_writer import *
from .quants import *
from .tensor_mapping import *
from .vocab import *