摘要: chatglm3-6B 下载 建议从 https://modelscope.cn/models/ZhipuAI/chatglm3-6b 中下载模型到本地; 其他参考文档: https://zhipu-ai.feishu.cn/wiki/WvQbwIJ9tiPAxGk8ywDck6yfnof http 阅读全文
posted @ 2024-10-22 00:13 RakanLiu 阅读(99) 评论(0) 推荐(0)
摘要: 1. 以 release模式运行Python python -O process_file.py 可以在代码中加入以下命令,判断是否为release模式: if __debug__: print("Debug mode") else: print("Release mode") 2.使用Cython 阅读全文
posted @ 2024-10-20 13:36 RakanLiu 阅读(48) 评论(0) 推荐(0)