What's Changed
1. 新增功能
* 使用 fastapi 实现 API by BrightXiaoHan in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/209
* 添加了Dockerfile-cuda , 提供GPU Docker支持 by cocoman in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/197
* 更新 README.md 中原理介绍、AutoDL 镜像链接等。
2. 问题修复
* 修复上一版本中可能存在低版本 torch.mps 调用问题,改为仅在 mps 可用时导入相关函数。
New Contributors
* BrightXiaoHan made their first contribution in https://github.com/imClumsyPanda/langchain-ChatGLM/pull/209
**Full Changelog**: https://github.com/imClumsyPanda/langchain-ChatGLM/compare/v0.1.8...v0.1.9