Explorar el Código

fix: 添加模型下载命令以支持更新后的环境配置

zhch158_admin hace 2 meses
padre
commit
51308a878f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      zhch/study-notes.md

+ 3 - 0
zhch/study-notes.md

@@ -39,6 +39,9 @@ sudo ss -tulpn | grep :8101
 
 # 显示进程信息
 sudo ss -tulpn sport = :8101
+
+# 更新后下载模型 # with modelscope
+python3 tools/download_model.py --type modelscope
 ```
 
 # 修复CUDA链接