mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-22 02:38:03 +00:00
convert : fix another python 3.8 issue (#2949)
This commit is contained in:
@ -530,7 +530,7 @@ class LazyTensor:
|
|||||||
raise ValueError(f'Cannot validate conversion from {self.data_type} to {data_type}.')
|
raise ValueError(f'Cannot validate conversion from {self.data_type} to {data_type}.')
|
||||||
|
|
||||||
|
|
||||||
LazyModel = dict[str, LazyTensor]
|
LazyModel: TypeAlias = 'dict[str, LazyTensor]'
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
Reference in New Issue
Block a user