lx 12019701659cs
  • Joined on 2024-09-05
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国内镜像源

12019701659cs commented on issue HswOAuth/llm_course#648 2025-03-26 14:44:04 +08:00
大模型返回不停的返回none

可能的原因有两种。

  1. 客户端,可能你发送的请求不完全符合它的api。
  2. 服务器端:硅基流动的api返回的内容可能跟正常的有一定区别;或者它部…
12019701659cs commented on issue HswOAuth/llm_course#645 2025-03-25 14:37:41 +08:00
求助!林希老师-----智能论文审稿机器人课程中的代码py文件怎么下载

课件里面有git clone的代码库地址。

12019701659cs commented on issue HswOAuth/llm_course#640 2025-03-24 11:03:19 +08:00
启动docker依赖项,安装更新grub有问题

详细描述问题:包括问题出现的场景、触发条件以及预期的行为和实际的行为。列出复现问题的详细步骤。环境信息,操作系统,软件版本;完整错…

12019701659cs commented on issue HswOAuth/llm_course#639 2025-03-24 10:53:58 +08:00
ubuntu安装docker,启动失败

如果命令行安装不能成功,可以试下安装desktop。