convert_hf_to_gguf.py: optional, dataclass removed from type as it was unused
This commit is contained in:
parent
e9734434bd
commit
5011eefeaf
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ import sys
|
||||||
from enum import IntEnum
|
from enum import IntEnum
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from hashlib import sha256
|
from hashlib import sha256
|
||||||
from typing import TYPE_CHECKING, Any, Callable, ContextManager, Iterable, Iterator, Literal, Sequence, TypeVar, cast, Optional
|
from typing import TYPE_CHECKING, Any, Callable, ContextManager, Iterable, Iterator, Literal, Sequence, TypeVar, cast
|
||||||
from dataclasses import dataclass
|
|
||||||
|
|
||||||
import math
|
import math
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue