摘要: LLaMA-Factory微调入门个人重制版 说明: 首次发表日期:2024-08-30 LLaMA-Factory 官方Github仓库: https://github.com/hiyouga/LLaMA-Factory 关于 本文是对LLaMA-Factory入门教程 https://zhuan 阅读全文
posted @ 2024-08-30 09:56 shizidushu 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 本地启动Flower来监控Dify的Celery任务队列 说明: 首次发表日期:2024-08-29 参考Dify官方文档: https://github.com/langgenius/dify/blob/main/docker/README.md#how-to-deploy-middleware- 阅读全文
posted @ 2024-08-29 03:26 shizidushu 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Qdrant官方快速入门和教程简化版 说明: 首次发表日期:2024-08-28 Qdrant官方文档:https://qdrant.tech/documentation/ 关于 阅读Qdrant一小部分的官方文档,并使用中文简化记录下,更多请阅读官方文档。 使用Docker本地部署Qdrant d 阅读全文
posted @ 2024-08-28 22:31 shizidushu 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 在浏览器上使用transformers.js运行(WebGPU)RMBG-1.4进行抠图(背景移除) 说明: 首次发表日期:2024-08-28 官方Github仓库地址: https://github.com/xenova/transformers.js/tree/main/examples/re 阅读全文
posted @ 2024-08-28 11:37 shizidushu 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 使用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 阅读(58) 评论(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 阅读(51) 评论(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 阅读(171) 评论(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 阅读(6) 评论(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 阅读(76) 评论(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 阅读(45) 评论(0) 推荐(0) 编辑