摘要: 使用pip安装,一直提示找不到langchain-deepseek。 因为langchain-deepseek要求的python版本是3.9以上,我使用的3.8,切换成python 3.9就成功了。 阅读全文
posted @ 2025-08-19 11:07 机智的摇光 阅读(6) 评论(0) 推荐(0)
摘要: 安装: win10/11下,使用wsl安装ubuntu。 之后在wsl中安装llvm。针对ubuntu,有专门的源配置网站:https://apt.llvm.org/ 使用命令可以安装:bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" 再使用ap 阅读全文
posted @ 2024-04-21 23:26 机智的摇光 阅读(39) 评论(0) 推荐(0)
摘要: stanford大学本科编译原理课程 cs143 http://web.stanford.edu/class/cs143/ https://web.stanford.edu/class/archive/cs/cs143/cs143.1128/ https://www.bilibili.com/vid 阅读全文
posted @ 2022-11-01 20:50 机智的摇光 阅读(59) 评论(0) 推荐(0)