convert-hf : support q8_0 conversion
This commit is contained in:
parent
5a419926b0
commit
d7e199e444
5 changed files with 157 additions and 57 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue