lx 12019701659cs
  • Joined on 2024-09-05
12019701659cs commented on issue HswOAuth/llm_course#700 2025-04-22 14:15:24 +08:00
AGI2406期 AI模拟面试机器人实战练习(上)llm环境问题

PyTorch 版本不兼容,下载和自己用的镜像一致的pytroch应该就行

12019701659cs commented on issue HswOAuth/llm_course#701 2025-04-22 14:10:25 +08:00
202406期 AI模拟面试机器人实战练习(下) 测试TTS API

需要下载模型,然后指定模型路径为本地下载路径

12019701659cs commented on issue HswOAuth/llm_course#702 2025-04-22 14:08:43 +08:00
AI模拟面试机器人实战练习 Gradio界面不显示

这是autodl平台的问题,需要询问平台客服

12019701659cs commented on issue HswOAuth/llm_course#698 2025-04-18 18:05:44 +08:00
关于大模型的使用

个人一般直接用现成的框架来做这些事情,比如部署选部署框架,rag用rag框架(dify、ragflow),智能体用智能体框架。

12019701659cs commented on issue HswOAuth/llm_course#686 2025-04-17 20:00:14 +08:00
AGI2404期 LLaMA-factory 微调医疗数据集,FastGPT 部署模型应用--ollamar容器安装失败

Client.Timeout exceeded while awaiting headers:访问Docker Hub(registry-1.docker.io)的请求超时了,客户端在等待服务器响应时超过了时间限制,镜像是国外的。解…

12019701659cs commented on issue HswOAuth/llm_course#694 2025-04-17 19:53:09 +08:00
【求助帖】公司做AI智能客服,前端怎么搞能实现自动发消息和回复

可以参考: 本地LLM和知识库:基于用户输入查询知识库并生成自然语言回复。 后端服务:处理前端请求,调用本地LLM,管理知识库查询,并通过API…

12019701659cs commented on issue HswOAuth/llm_course#696 2025-04-17 19:49:09 +08:00
AI模拟机器人面试实战学习-37j节课
  1. conda install pytorch==1.10.0 torchvision torchaudio cudatoolkit=11.3 -c pytorch 我是用的1.10.0
  2. 都可以
  3. 不算特别频繁
12019701659cs commented on issue HswOAuth/llm_course#686 2025-04-15 11:32:58 +08:00
AGI2404期 LLaMA-factory 微调医疗数据集,FastGPT 部署模型应用--ollamar容器安装失败

提供下具体的错误信息完整截图,以及具体的操作流程

12019701659cs commented on issue HswOAuth/llm_course#686 2025-04-11 14:57:58 +08:00
AGI2404期 LLaMA-factory 微调医疗数据集,FastGPT 部署模型应用--ollamar容器安装失败

可能你复制错了命令:docker run -d -v D:\ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama

12019701659cs commented on issue HswOAuth/llm_course#685 2025-04-11 14:55:27 +08:00
我本地部署好的DeepSeek如何生成API_key

最简单的方式是通过dify、fastgpt作为代理,这些工具有生成key的功能;也可以通过fastapi编写代码来创建一个中间层服务来处理 API Key 认证和请求转发。

12019701659cs commented on issue HswOAuth/llm_course#682 2025-04-08 18:41:34 +08:00
【紧急求助帖】如何验证工作流处理之后数据的准确性?

可以参考:

  1. 准备测试集(标准问题+标准答案) 建一个测试集文件(如Excel、CSV、JSON、数据库等),每条数据包含:问题文本、标准答案(或可接…
12019701659cs commented on issue HswOAuth/llm_course#678 2025-04-07 21:22:19 +08:00
在线的不是本地部署的fastgpt http请求的post怎么填

让部署的模型所在的机器提供公网ip,然后访问

12019701659cs commented on issue HswOAuth/llm_course#674 2025-04-03 17:57:45 +08:00
xinference安装报错

或者-v $(pwd)/.xinference:/d/software/AItool/xinference

12019701659cs commented on issue HswOAuth/llm_course#674 2025-04-03 17:56:44 +08:00
xinference安装报错

-v $(pwd)/.xinference:D:\software\AItool\xinference改成这个试试-v /d/software/AItool/xinference:/root/.xinference

12019701659cs commented on issue HswOAuth/llm_course#674 2025-04-03 16:58:21 +08:00
xinference安装报错

docker run -d
-e XINFERENCE_MODEL_SRC=modelscope
-v /d/software/AItool/xinference:/root/.xinference
-v "$(pwd)":/home
-v "$(pwd)/.cache/huggingface":/root/.cache/hugging…

12019701659cs commented on issue HswOAuth/llm_course#662 2025-04-02 16:54:24 +08:00
AGI2405期 LLaMA-factory 微调医疗数据集,FastGPT 部署模型应用(上)《代理问题》

这个不行的话,你按照课件设置huggingface国内镜像源