expermental t5 gguf support

This commit is contained in:
Vladimir Mandic
2024-09-20 12:52:50 -04:00
parent 6f7fe5e7cc
commit bdbd24ee66
8 changed files with 79 additions and 30 deletions
+1
View File
@@ -38,6 +38,7 @@ if ".dev" in torch.__version__ or "+git" in torch.__version__:
torch.__version__ = re.search(r'[\d.]+[\d]', torch.__version__).group(0)
timer.startup.record("torch")
import transformers # pylint: disable=W0611,C0411
timer.startup.record("transformers")