convert-hf : remove unused n_dims in extra_*_tensors

This commit is contained in:
Francis Couture-Harpin 2024-04-30 15:02:34 -04:00
parent c33775bcc7
commit 698f0b3479
2 changed files with 10 additions and 12 deletions

View file

@ -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():