Skip to content

Commit a619b5f

Browse files
authored
fix: timedelta import is missing from the lighteval python-api example (#613)
1 parent b455cd2 commit a619b5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/using-the-python-api.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ from lighteval.utils.utils import EnvConfig
1717
from lighteval.utils.imports import is_accelerate_available
1818

1919
if is_accelerate_available():
20+
from datetime import timedelta
2021
from accelerate import Accelerator, InitProcessGroupKwargs
2122
accelerator = Accelerator(kwargs_handlers=[InitProcessGroupKwargs(timeout=timedelta(seconds=3000))])
2223
else:

0 commit comments

Comments
 (0)