Loading

摘要: #!/bin/bash ll .venv bash entrypoint.sh执行出现错误 entrypoint.sh: line 2: ll: command not found 而使用source entrypoint.sh却没问题 原因:权限问题 阅读全文
posted @ 2024-09-28 18:34 踩坑大王 阅读(36) 评论(0) 推荐(0)
摘要: 方法一: vim a.sh :set ff=unix 阅读全文
posted @ 2024-09-28 18:31 踩坑大王 阅读(10) 评论(0) 推荐(0)
摘要: 目录使用nohup挂载使用pm2挂载设置share link为永久 使用nohup挂载 encrypoint.sh source /data/develop/hjy/LLaMA-Factory/.venv/bin/activate llamafactory-cli webui (base) $ so 阅读全文
posted @ 2024-09-28 17:34 踩坑大王 阅读(725) 评论(0) 推荐(0)