mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix: correct DS_LOCAL_DATA_PATH error in devcontainer (#1063)
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ DUMP_EMBEDDING_CACHE=True
|
||||
USE_EMBEDDING_CACHE=False
|
||||
LOG_LLM_CHAT_CONTENT=True
|
||||
|
||||
DS_LOCAL_DATA_PATH=/home/shared/RD-Agent/kaggle
|
||||
DS_LOCAL_DATA_PATH=/tmp/kaggle
|
||||
|
||||
DS_IF_USING_MLE_DATA=True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user