Update provision.sh
Browse files- provision.sh +1 -1
provision.sh
CHANGED
|
@@ -389,4 +389,4 @@ echo ""
|
|
| 389 |
echo "Checkpoints:"
|
| 390 |
ls -1 "$CKPT_DIR"/*.safetensors 2>/dev/null | wc -l | xargs -I{} echo " {} files in ${CKPT_DIR}"
|
| 391 |
echo ""
|
| 392 |
-
echo "Application will start now."
|
|
|
|
| 389 |
echo "Checkpoints:"
|
| 390 |
ls -1 "$CKPT_DIR"/*.safetensors 2>/dev/null | wc -l | xargs -I{} echo " {} files in ${CKPT_DIR}"
|
| 391 |
echo ""
|
| 392 |
+
echo "Application will start now."
|