Update convert-hf-to-gguf.py
Fixed missing import statements for Gemma support
This commit is contained in:
parent
cb49e0f8c9
commit
1add0ea518
1 changed files with 2 additions and 1 deletions
|
@ -8,10 +8,11 @@ import json
|
|||
import os
|
||||
import re
|
||||
import sys
|
||||
import transformers
|
||||
from enum import IntEnum
|
||||
from pathlib import Path
|
||||
from typing import TYPE_CHECKING, Any, ContextManager, Iterator, Sequence, cast
|
||||
|
||||
from transformers import GemmaModel
|
||||
import numpy as np
|
||||
import torch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue