-
Notifications
You must be signed in to change notification settings - Fork 187
[Feature Branch][DeepSparse Evaluation API] Update lm-eval, perplexity, additional datasets #1580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 28 commits
6035536
53cb9ec
6599f41
4721c1f
1247794
9e88f89
fdb21c6
be80132
5d40b8d
3e5b7a8
ff0944b
f38f0db
dd45493
cd10b92
b2aad17
35454a1
d3b84f8
e7d8c31
a148fc5
3b5977b
a9e9847
787ee45
b5a6d6d
d0698e7
e10f0c9
48a5900
44e3e6e
abb6ab8
79fd7e0
e5aad65
06302dc
d65cac6
e0b4f36
b82b49b
d4cdd98
7a3ad2f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,7 @@ def try_import_lm_evaluation_harness(raise_error=False): | |
if raise_error: | ||
raise ImportError( | ||
"Unable to import lm_eval. " | ||
"To install run 'pip install " | ||
"git+https://github.com/EleutherAI/lm-evaluation-harness@b018a7d51'" | ||
"To install run 'pip install lm-eval==0.4.0'" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. when or how will this error during normal use if There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see. Good point. Yes, I will change the default behavior of this function, and set raise_error to True. This is the intended behavior when the acual eval is being ran. At runtime, when the user intends to use However, when testing, I do not want to raise errors, but use the output of this function (boolean) to skip the tests that require lm-eval installed. |
||
) | ||
return False | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.