随笔分类 -  部署

摘要:私有化部署 Ollama + DeepSeek + Dify,构建你的专属私人 AI 助手 https://zhuanlan.zhihu.com/p/21436538835 本机硬件: 1. 安装 Ollama: https://ollama.com/download curl -fsSL http 阅读全文
posted @ 2025-02-07 10:15 Zenith_Hugh 阅读(5345) 评论(0) 推荐(0)
摘要:https://hub.docker.com/_/ros/tags?page=&page_size=&ordering=&name=noetic 1. 启动容器: docker pull ros:noetic-perception-focal docker run -it --env DISPLAY 阅读全文
posted @ 2024-08-26 18:41 Zenith_Hugh 阅读(114) 评论(0) 推荐(0)
摘要:谈谈ncnn的设计理念和软件工程 ncnn/README.md 阅读全文
posted @ 2024-06-24 14:15 Zenith_Hugh 阅读(20) 评论(0) 推荐(0)
摘要:参考:https://www.gradio.app/guides/Gradio-and-ONNX-on-Hugging-Face import numpy as np import onnxruntime import copy import cv2 def letter_bbox(img, tar 阅读全文
posted @ 2023-08-03 18:32 Zenith_Hugh 阅读(14) 评论(0) 推荐(0)
摘要:1. 什么是 JIT? JIT 是一种概念,全称是 Just In Time Compilation,中文译为「即时编译」,是一种程序优化的方法。 在深度学习中 JIT 的思想更是随处可见,最明显的例子就是 Keras 框架的 model.compile,TensorFlow 中的 Graph 也是 阅读全文
posted @ 2022-11-01 18:16 Zenith_Hugh 阅读(2802) 评论(0) 推荐(0)