随笔分类 - 部署
摘要:私有化部署 Ollama + DeepSeek + Dify,构建你的专属私人 AI 助手 https://zhuanlan.zhihu.com/p/21436538835 本机硬件: 1. 安装 Ollama: https://ollama.com/download curl -fsSL http
阅读全文
摘要:Jekyll 4.2.0 Please append --trace to the serve command for any additional information or backtrace. 这是因为 webrick 不再是 Ruby 3.0 中的捆绑 gem,我们需要手动添加 webri
阅读全文
摘要:https://hub.docker.com/_/ros/tags?page=&page_size=&ordering=&name=noetic 1. 启动容器: docker pull ros:noetic-perception-focal docker run -it --env DISPLAY
阅读全文
摘要:谈谈ncnn的设计理念和软件工程 ncnn/README.md
阅读全文
摘要:1. 什么是 JIT? JIT 是一种概念,全称是 Just In Time Compilation,中文译为「即时编译」,是一种程序优化的方法。 在深度学习中 JIT 的思想更是随处可见,最明显的例子就是 Keras 框架的 model.compile,TensorFlow 中的 Graph 也是
阅读全文