Skip to content

Commit cc661e3

Browse files
authored
Merge branch 'main' into albertvillanova-patch-1
2 parents eb5353d + c45e3c8 commit cc661e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lighteval/main_accelerate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
logger = logging.getLogger(__name__)
3232

3333
TOKEN = os.getenv("HF_TOKEN")
34-
CACHE_DIR: str = os.getenv("HF_HOME", "/scratch")
34+
CACHE_DIR: str = os.getenv("HF_HOME")
3535

3636
HELP_PANEL_NAME_1 = "Common Parameters"
3737
HELP_PANEL_NAME_2 = "Logging Parameters"

0 commit comments

Comments
 (0)