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...
debda0e
demo
/
test_import.py
tfrere
update on tasks
2a8ebbd
28 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}
"
)