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
24214440
Commit
24214440
authored
Jan 23, 2025
by
Baber
Browse files
nit
parent
6cfc0f28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lm_eval/models/rwkv.py
lm_eval/models/rwkv.py
+1
-2
No files found.
lm_eval/models/rwkv.py
View file @
24214440
...
...
@@ -54,8 +54,7 @@ class MambaLMWrapper(HFLM):
from
rwkv.model
import
RWKV
except
ModuleNotFoundError
as
exception
:
raise
type
(
exception
)(
"attempted to use 'mamba_ssm' LM type, but package `mamba_ssm` is not installed.
\
please install mamba via `pip install lm-eval[mamba]` or `pip install -e .[mamba]`"
,
"install rwkv package (pip install rwkv)"
,
)
import
os
...
...
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