convert-hf : remove unused n_dims in extra_*_tensors
This commit is contained in:
parent
c33775bcc7
commit
698f0b3479
2 changed files with 10 additions and 12 deletions
|
@ -7,7 +7,7 @@ import json
|
|||
from pathlib import Path
|
||||
|
||||
import numpy as np
|
||||
from typing import Any, Mapping, Sequence
|
||||
from typing import Any, Sequence
|
||||
|
||||
# Necessary to load the local gguf package
|
||||
if "NO_LOCAL_GGUF" not in os.environ and (Path(__file__).parent.parent.parent / 'gguf-py').exists():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue