File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# Be ye warned this may not work on other clusters!
1313module load cuda/12.4
1414
15- # Refresh Weka on h4 cache & current working directory
15+ # Refresh Weka on h4 cache
1616echo " Refreshing Weka filesystem..."
1717find -L /fsx/h4/ -type f | xargs -d ' \n' -r -n512 -P64 weka fs tier fetch
18- find -L . -type f -not -path " ./data/*" | xargs -d ' \n' -r -n512 -P64 weka fs tier fetch
1918
2019# Needed for vLLM
2120export VLLM_WORKER_MULTIPROC_METHOD=spawn
Original file line number Diff line number Diff line change @@ -32,10 +32,9 @@ source openr1/bin/activate
3232START_TIME=$( date +%s)
3333echo " START TIME: $( date) "
3434
35- # Refresh Weka on h4 cache & current working directory
35+ # Refresh Weka on h4 cache
3636echo " Refreshing Weka filesystem..."
3737find -L /fsx/h4/ -type f | xargs -d ' \n' -r -n512 -P64 weka fs tier fetch
38- find -L . -type f -not -path " ./data/*" | xargs -d ' \n' -r -n512 -P64 weka fs tier fetch
3938
4039# Default values
4140MODEL=" "
@@ -180,4 +179,4 @@ ELAPSED_SECONDS=$((END_TIME - START_TIME))
180179HOURS=$(( ELAPSED_SECONDS / 3600 ))
181180MINUTES=$(( (ELAPSED_SECONDS % 3600 ) / 60 ))
182181SECONDS=$(( ELAPSED_SECONDS % 60 ))
183- echo " TOTAL JOB TIME: ${HOURS} h ${MINUTES} m ${SECONDS} s (${ELAPSED_SECONDS} seconds)"
182+ echo " TOTAL JOB TIME: ${HOURS} h ${MINUTES} m ${SECONDS} s (${ELAPSED_SECONDS} seconds)"
You can’t perform that action at this time.
0 commit comments