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
b570fce7
Commit
b570fce7
authored
Nov 23, 2023
by
baberabb
Browse files
add dependency
parent
af884028
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
pyproject.toml
pyproject.toml
+3
-1
No files found.
pyproject.toml
View file @
b570fce7
...
...
@@ -71,6 +71,7 @@ promptsource = [
gptq
=
["auto-gptq[triton]
@
git+https://github.com/PanQiWei/AutoGPTQ
"]
anthropic
=
["anthropic"]
openai
=
[
"openai"
,
"tiktoken"
]
vllm
=
["vllm"]
all
=
[
"lm_eval[dev]"
,
"lm_eval[testing]"
,
...
...
@@ -80,5 +81,6 @@ all = [
"lm_eval[promptsource]"
,
"lm_eval[gptq]"
,
"lm_eval[anthropic]"
,
"lm_eval[openai]"
"lm_eval[openai]"
,
"lm_eval[vllm]"
,
]
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