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
d021bf84
Unverified
Commit
d021bf84
authored
Aug 04, 2025
by
Baber Abbasi
Committed by
GitHub
Aug 04, 2025
Browse files
Bump version to 0.4.9.1 (#3208)
parent
3214d468
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lm_eval/__init__.py
lm_eval/__init__.py
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
lm_eval/__init__.py
View file @
d021bf84
...
...
@@ -2,7 +2,7 @@ import logging
import
os
__version__
=
"0.4.9"
__version__
=
"0.4.9
.1
"
# Lazy-load .evaluator module to improve CLI startup
...
...
pyproject.toml
View file @
d021bf84
...
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name
=
"lm_eval"
version
=
"0.4.9"
version
=
"0.4.9
.1
"
authors
=
[
{name=
"EleutherAI"
,
email=
"contact@eleuther.ai"
}
]
...
...
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