Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yourbench
/
demo
like
136
Running
on
CPU Upgrade
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
00d9f6f
demo
/
test_import.py
tfrere
block >1mo files | translate comments in english
d6f0b38
23 days ago
raw
Copy download link
history
blame
Safe
132 Bytes
try
:
import
lighteval_task
print
(
"lighteval_task imported successfully!"
)
except
ImportError
as
e:
print
(
f"Error:
{e}
"
)