Skip to content

Commit dc8063f

Browse files
committed
1
1 parent 0e3509b commit dc8063f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@ hw.logicalcpu: 8
7979
#### win打包
8080
venv/Scripts/python -s -m pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple
8181

82-
pyinstaller chatglm3.py
82+
pyinstaller -F chatglm3.py --clean
8383

84-
把models拷贝到 dist/chatglm3目录下,运行 chatglm3.exe 启动
84+
把models拷贝到 dist/目录下,运行 chatglm3.exe 启动
8585

8686
## mac
8787
source venv/bin/activate
8888
pip install chatglm_cpp-0.2.10-cp310-cp310-macosx_10_9_x86_64.whl
8989

9090
pyinstaller -F chatglm3.py --clean
9191

92-
把models拷贝到 dist/chatglm3目录下,运行 chatglm3 启动
92+
把models拷贝到 dist/目录下,运行 chatglm3 启动
9393

9494

9595
##### 感谢开源项目:

一定要读我!.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)