摘要: 使用RMBG-1.4进行抠图(背景移除) 说明: 首次发表日期:2024-08-28 RMBG-1.4 Hugging Face 地址: https://huggingface.co/briaai/RMBG-1.4 准备工作 创建环境并安装依赖:: # 如果`~/.local/lib/python3 阅读全文
posted @ 2024-08-28 03:28 shizidushu 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Docker下使用llama.cpp部署带Function calling和Json Mode功能的Mistral 7B模型 说明: 首次发表日期:2024-08-27 参考: https://www.markhneedham.com/blog/2024/06/23/mistral-7b-funct 阅读全文
posted @ 2024-08-27 19:33 shizidushu 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 使用xinference部署自定义embedding模型(docker) 说明: 首次发表日期:2024-08-27 官方文档: https://inference.readthedocs.io/zh-cn/latest/index.html 使用docker部署xinference FROM nv 阅读全文
posted @ 2024-08-27 10:58 shizidushu 阅读(411) 评论(0) 推荐(0) 编辑
摘要: freeswitch python 模块Demo 说明: 首次发表日期:2024-08-26 freeswitch相关文档: https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Modules/mod_python_104 阅读全文
posted @ 2024-08-26 17:32 shizidushu 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 使用Docker部署FunASR服务 说明: 首次发表日期:2024-08-26 官方文档: https://github.com/modelscope/FunASR/blob/main/runtime/quick_start_zh.md 创建Dockerfile: FROM registry.cn 阅读全文
posted @ 2024-08-26 16:55 shizidushu 阅读(289) 评论(0) 推荐(0) 编辑
摘要: freeswitch 32秒自动挂断问题 说明: 首次发表日期:2024-08-23 参考: https://serverfault.com/questions/1008661/freeswitch-drops-calls-after-32-seconds https://blog.csdn.net 阅读全文
posted @ 2024-08-23 11:31 shizidushu 阅读(114) 评论(0) 推荐(1) 编辑
摘要: 在Debian上安装freeswitch 说明: 首次发表日期:2024-08-12 参考文档: https://medium.com/@jogikrunal9477/ultimate-guide-to-installing-freeswitch-on-ubuntu-22-04-lts-3745ef 阅读全文
posted @ 2024-08-12 11:50 shizidushu 阅读(78) 评论(0) 推荐(1) 编辑
摘要: 使用Infinity部署Embedding和Reranking模型 说明: 首次发表日期:2024-08-06 Infinity Github 仓库: https://github.com/michaelfeil/infinity Infinity 官方文档: https://michaelfeil 阅读全文
posted @ 2024-08-06 12:15 shizidushu 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 在安卓上运行yolov8目标检测模型(ncnn) 关于 首次发表日期:2024-07-25 本人不会Java和Android,如有错误,敬请指出 主要是整理一下以下资料 https://medium.com/@gary.tsai.advantest/top-tutorials-for-deployi 阅读全文
posted @ 2024-07-25 15:32 shizidushu 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 阅读翻译Mathematics for Machine Learning之2.8 Affine Subspaces 关于: 首次发表日期:2024-07-24 Mathematics for Machine Learning官方链接: https://mml-book.com ChatGPT和KIM 阅读全文
posted @ 2024-07-24 00:57 shizidushu 阅读(78) 评论(0) 推荐(0) 编辑