Skip to content

Commit b0988a4

Browse files
committed
Update runpod setup
1 parent d067bfc commit b0988a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup-runpod.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ python "$SCRIPT_DIR/setup/setup_linux.py" --platform-requirements-file=requireme
2323

2424
# Configure accelerate
2525
echo "Configuring accelerate..."
26+
mkdir -p "/root/.cache/huggingface/accelerate"
2627
cp "$SCRIPT_DIR/config_files/accelerate/runpod.yaml" "/root/.cache/huggingface/accelerate/default_config.yaml"
27-
echo "To manually configure accelerate run: $SCRIPT_DIR/venv/bin/activate"
28+
# echo "To manually configure accelerate run: $SCRIPT_DIR/venv/bin/activate"

0 commit comments

Comments
 (0)