Unverified Commit 32f2bcf3 authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

ggml -> gguf rename , __init__.py

parent a2e95308
...@@ -4,7 +4,7 @@ from . import anthropic_llms ...@@ -4,7 +4,7 @@ from . import anthropic_llms
from . import huggingface from . import huggingface
from . import textsynth from . import textsynth
from . import dummy from . import dummy
from . import ggml from . import gguf
MODEL_REGISTRY = { MODEL_REGISTRY = {
"hf": gpt2.HFLM, "hf": gpt2.HFLM,
...@@ -16,7 +16,7 @@ MODEL_REGISTRY = { ...@@ -16,7 +16,7 @@ MODEL_REGISTRY = {
"anthropic": anthropic_llms.AnthropicLM, "anthropic": anthropic_llms.AnthropicLM,
"textsynth": textsynth.TextSynthLM, "textsynth": textsynth.TextSynthLM,
"dummy": dummy.DummyLM, "dummy": dummy.DummyLM,
"ggml": ggml.GGMLLM "gguf": gguf.GGUFLM
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment