demo / test_import.py
tfrere's picture
update on tasks
2a8ebbd
raw
history blame
133 Bytes
try:
import lighteval_task
print("lighteval_task importé avec succès!")
except ImportError as e:
print(f"Erreur: {e}")