We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d42b16 commit 24bdfecCopy full SHA for 24bdfec
src/lighteval/main_accelerate.py
@@ -31,7 +31,7 @@
31
logger = logging.getLogger(__name__)
32
33
TOKEN = os.getenv("HF_TOKEN")
34
-CACHE_DIR: str = os.getenv("HF_HOME", "/scratch")
+CACHE_DIR: str = os.getenv("HF_HOME")
35
36
HELP_PANEL_NAME_1 = "Common Parameters"
37
HELP_PANEL_NAME_2 = "Logging Parameters"
0 commit comments