Skip to content

Commit 6adf991

Browse files
authored
[HWORKS-2274] Fix ray llama finetuning runtime env yaml (#339)
1 parent 1417c64 commit 6adf991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llm-ai-systems/fine-tuning/llama_fine_tune_runtime_env.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pip:
44
- peft==0.11.1
55
- deepspeed==0.16.2
66
env_vars:
7-
TRAINING_DATA_DIR: "${PROJECT_DIR}/Resources/llama_finetuning/datasets" # hopsfs path to training data files
8-
TRAINING_CONFIGURATION_DIR: "${PROJECT_DIR}/Resources/llama_finetuning/configs" # hopsfs path to training config files
9-
TRAINING_CHECKPOINTS_DIR: "${PROJECT_DIR}/Resources/llama_finetuning/checkpoints" # hopsfs path to torch trainer checkpoints
7+
TRAINING_DATA_DIR: "/hopsfs/Resources/llama_finetuning/datasets" # hopsfs path to training data files
8+
TRAINING_CONFIGURATION_DIR: "/hopsfs/Resources/llama_finetuning/configs" # hopsfs path to training config files
9+
TRAINING_CHECKPOINTS_DIR: "/hopsfs/Resources/llama_finetuning/checkpoints" # hopsfs path to torch trainer checkpoints

0 commit comments

Comments
 (0)