Fix import path
This commit is contained in:
parent
c79c358550
commit
2789ad9392
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if TYPE_CHECKING:
|
|||
from torch import Tensor
|
||||
|
||||
if 'NO_LOCAL_GGUF' not in os.environ:
|
||||
sys.path.insert(1, str(Path(__file__).parent / 'gguf-py' / 'gguf'))
|
||||
sys.path.insert(1, str(Path(__file__).parent / 'gguf-py'))
|
||||
import gguf
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue