摘要: 微软官方提供的验证文件签名的工具 sigcheck -e -u -s c:\Windows\system32 官网下载地址>> https://learn.microsoft.com/zh-cn/sysinternals/downloads/sigcheck 阅读全文
posted @ 2024-07-12 18:48 遇见、 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 小爱音箱搭载AI大模型: github项目地址:https://github.com/idootop/mi-gpt docker 直接安装使用: docker run -d --env-file $(pwd)/.env -v $(pwd)/.migpt.js:/app/.migpt.js idoot 阅读全文
posted @ 2024-07-12 13:15 遇见、 阅读(10) 评论(0) 推荐(0) 编辑
摘要: cat Dockerfile >> FROM node:20.14.0-alpine3.20 EXPOSE 36592 RUN npm install -g migpt-server --registry=https://registry.npmmirror.com ENTRYPOINT ["mig 阅读全文
posted @ 2024-07-12 10:58 遇见、 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 更换国内稳定速度快的镜像源即可 比如 https://mirrors.ustc.edu.cn/ubuntu/ 本人使用阿里的镜像一直失败,更换中科大源就正常了,奇怪,阿里也不行了。。 阅读全文
posted @ 2024-07-12 10:53 遇见、 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 下载安装微软官方组件包即可 https://learn.microsoft.com/zh-cn/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022 阅读全文
posted @ 2024-07-12 09:10 遇见、 阅读(2) 评论(0) 推荐(0) 编辑