Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
32f2bcf3
Unverified
Commit
32f2bcf3
authored
Nov 03, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Nov 03, 2023
Browse files
ggml -> gguf rename , __init__.py
parent
a2e95308
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lm_eval/models/__init__.py
lm_eval/models/__init__.py
+2
-2
No files found.
lm_eval/models/__init__.py
View file @
32f2bcf3
...
...
@@ -4,7 +4,7 @@ from . import anthropic_llms
from
.
import
huggingface
from
.
import
textsynth
from
.
import
dummy
from
.
import
gg
ml
from
.
import
gg
uf
MODEL_REGISTRY
=
{
"hf"
:
gpt2
.
HFLM
,
...
...
@@ -16,7 +16,7 @@ MODEL_REGISTRY = {
"anthropic"
:
anthropic_llms
.
AnthropicLM
,
"textsynth"
:
textsynth
.
TextSynthLM
,
"dummy"
:
dummy
.
DummyLM
,
"gg
ml
"
:
gg
ml
.
GG
ML
LM
"gg
uf
"
:
gg
uf
.
GG
UF
LM
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment