chore: 适配本机 xsl 路径(RTX 5090 机器)
将所有绝对路径从 /home/ubuntu 改回 /home/xsl,覆盖启动脚本、 configure.ini 及训练/测试脚本。纯路径替换,无功能性改动。 本分支(xsl5090)用于本机(RTX 5090)运行;master 维持 /home/ubuntu 供远程 ubuntu 机器使用。
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
# 断点续传大文件到云服务器 /home/ubuntu/data
|
||||
# 断点续传大文件到云服务器 /home/xsl/data
|
||||
# 用法: bash scripts/sync_data_to_server.sh [all|weights|sd|hairstyles]
|
||||
set -euo pipefail
|
||||
|
||||
REMOTE="ubuntu@117.50.213.111"
|
||||
REMOTE_BASE="/home/ubuntu/data"
|
||||
REMOTE_BASE="/home/xsl/data"
|
||||
LOCAL_BASE="/home/xsl/change_hair"
|
||||
LOG_DIR="${LOCAL_BASE}/project/logs"
|
||||
mkdir -p "$LOG_DIR"
|
||||
|
||||
Reference in New Issue
Block a user