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
d86400b5
Unverified
Commit
d86400b5
authored
Nov 27, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Nov 27, 2023
Browse files
always import vllm model
parent
bbd6d051
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
lm_eval/models/__init__.py
lm_eval/models/__init__.py
+1
-5
No files found.
lm_eval/models/__init__.py
View file @
d86400b5
...
@@ -4,10 +4,6 @@ from . import textsynth
...
@@ -4,10 +4,6 @@ from . import textsynth
from
.
import
dummy
from
.
import
dummy
from
.
import
anthropic_llms
from
.
import
anthropic_llms
from
.
import
gguf
from
.
import
gguf
from
.
import
vllm_causallms
try
:
from
.
import
vllm_causallms
except
ModuleNotFoundError
:
pass
# TODO: implement __all__
# TODO: implement __all__
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