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
71cddf6b
Commit
71cddf6b
authored
Aug 04, 2025
by
Baber
Browse files
fix
parent
7d6ec4d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
pyproject.toml
pyproject.toml
+9
-11
No files found.
pyproject.toml
View file @
71cddf6b
...
...
@@ -6,14 +6,18 @@ requires = ["setuptools>=40.8.0", "wheel"]
name
=
"lm_eval"
version
=
"0.4.9.1"
authors
=
[
{email
=
"contact@eleuther.ai"
,
name
=
"EleutherAI"
}
{
name=
"EleutherAI"
,
email
=
"contact@eleuther.ai"
}
]
description
=
"A framework for evaluating language models"
readme
=
"README.md"
classifiers
=
[
"Development Status :: 3 - Alpha"
,
"Programming Language :: Python :: 3"
,
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
"Development Status :: 3 - Alpha"
,
"Programming Language :: Python :: 3"
,
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
,
]
requires-python
=
">=3.9"
license
=
{
"text"
=
"MIT"
}
dependencies
=
[
"accelerate>=0.26.0"
,
"datasets>=2.16.0,<4.0"
,
...
...
@@ -30,12 +34,6 @@ dependencies = [
"word2number"
,
"more_itertools"
]
description
=
"A framework for evaluating language models"
license
=
{
"text"
=
"MIT"
}
name
=
"lm_eval"
readme
=
"README.md"
requires-python
=
">=3.9"
version
=
"0.4.9"
[dependency-groups]
dev
=
[
...
...
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