demo / test_import.py
tfrere's picture
block >1mo files | translate comments in english
d6f0b38
raw
history blame
132 Bytes
try:
import lighteval_task
print("lighteval_task imported successfully!")
except ImportError as e:
print(f"Error: {e}")