Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yourbench
/
demo
like
134
Running
on
CPU Upgrade
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
2a8ebbd
demo
/
backend
/
test_import.py
tfrere
update on tasks
2a8ebbd
26 days ago
raw
Copy download link
history
blame
Safe
133 Bytes
try
:
import
lighteval_task
print
(
"lighteval_task importé avec succès!"
)
except
ImportError
as
e:
print
(
f"Erreur:
{e}
"
)