• Joined on 2024-10-16
linhui commented on issue HswOAuth/llm_course#674 2025-04-04 15:49:38 +08:00
xinference安装报错

docker run -d -e XINFERENCE_MODEL_SRC=modelscope -v d:/software/AItool/xinference:/root/.xinference -v d:/software/AItool/xinference/.cache/huggingface:/root/.cache/huggingface -v d:/software/AItoo…

linhui commented on issue HswOAuth/llm_course#674 2025-04-04 15:34:34 +08:00
xinference安装报错

docker run -d -e XINFERENCE_MODEL_SRC=modelscope -v /d/software/AItool/xinference:/root/.xinference -v $PWD/.cache/huggingface:/root/.cache/huggingface -v $PWD/.cache/modelscope:/root/.cache/models…

linhui commented on issue HswOAuth/llm_course#674 2025-04-04 14:47:15 +08:00
xinference安装报错

/cache/huggingface 改成./cache/huggingface

linhui commented on issue HswOAuth/llm_course#674 2025-04-04 14:26:02 +08:00
xinference安装报错

行,把.去掉吧

linhui commented on issue HswOAuth/llm_course#674 2025-04-04 14:14:02 +08:00
xinference安装报错

你的电脑有gpu且安装了wsl2用这个:docker run -d -e XINFERENCE_MODEL_SRC=modelscope -v ./.xinference:/root/.xinference -v ./.cache/huggingface:/root/.cache/huggingface -v ./.cache/models…

linhui commented on issue HswOAuth/llm_course#675 2025-04-04 13:20:59 +08:00
31节课-代码运行特别慢

是的是的,你可以先从paddleocr官网下载模型文件,然后在ocr.py中加载这些模型文件,会快些

linhui commented on issue HswOAuth/llm_course#671 2025-04-01 17:01:47 +08:00
第30次课-爬虫失败

因为天眼查对反爬有比较严格的限制,可以考虑两种方式

  1. 每爬一条数据的时候让程序sleep的时间更久一些,如下图所示,可以改成30秒爬取一次![ima…
linhui commented on issue HswOAuth/llm_course#671 2025-04-01 16:12:22 +08:00
第30次课-爬虫失败

这个应该是天眼查的cookie未设置正确,导致爬取的数据为空

linhui commented on issue HswOAuth/llm_course#669 2025-04-01 16:11:43 +08:00
实时网页信息爬取+RAG的实时简报编写-第31节课-问题1

已经让班主任老师同步缺失的文件

linhui commented on issue HswOAuth/llm_course#667 2025-04-01 13:54:53 +08:00
实时网页信息爬取Rag问答系统-30节课-问题5
  1. 可以换一个大模型厂商,目前这个版本的oneapi应该还不支持百度文心千帆,你可以参考下这个:https://qianfan.cloud.baidu.com/qianfandev/topic/685681 2.…
linhui commented on issue HswOAuth/llm_course#670 2025-04-01 13:12:16 +08:00
第30次课-知识库查询问题
  1. query_dataset_url不需要修改
  2. openai_api_key点击这个新建创建image
linhui commented on issue HswOAuth/llm_course#666 2025-03-31 12:47:31 +08:00
【求助帖】3月25日 实时网页信息爬取+RAG的舆情分析系统-林辉老师

本地有没有开代理,如果开了直接关掉代理

linhui commented on issue HswOAuth/llm_course#667 2025-03-31 11:53:03 +08:00
实时网页信息爬取Rag问答系统-30节课-问题5

1 bge-large-zh-v1.5是老师部署的自定义模型,你使用文心千帆可以试下bge-large-zh模型 2 deepseek-r1:32b-qwen-distill-q8_0是deepseek的,是deepseek在千问上蒸馏得到…

linhui commented on issue HswOAuth/llm_course#666 2025-03-31 11:42:52 +08:00
【求助帖】3月25日 实时网页信息爬取+RAG的舆情分析系统-林辉老师

使用http://10.9.16.197:5000试试

linhui commented on issue HswOAuth/llm_course#664 2025-03-31 11:06:04 +08:00
第30次课-实时问答系统-重新租用了实例,内存扩展100G,扔无法下载32B模型,下载过程中中断,求指导

这个是由于模型太大,你租用的GPU装不下,可以试试参数量小的模型比如3B或7B的模型,或者租用更多的GPU加载32B的模型

linhui commented on issue HswOAuth/llm_course#652 2025-03-28 16:47:28 +08:00
实时网页信息爬取Rag问答系统-30节课

也可以

linhui commented on issue HswOAuth/llm_course#652 2025-03-28 16:43:03 +08:00
实时网页信息爬取Rag问答系统-30节课

是把令牌删掉,不使用令牌

linhui commented on issue HswOAuth/llm_course#652 2025-03-28 16:37:26 +08:00
实时网页信息爬取Rag问答系统-30节课

在oneapi中把令牌删掉,不使用令牌,然后再运行看看有没有报错

linhui commented on issue HswOAuth/llm_course#654 2025-03-28 16:11:42 +08:00
求助帖/32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师-- qwen2.5报错

应该是你fastgpt的config.yaml文件中配置的问题,看一下这个文件

linhui commented on issue HswOAuth/llm_course#657 2025-03-28 15:15:55 +08:00
实时网页信息爬取Rag问答系统-30节课-问题3

创建多个conda是没问题的,只要在你使用的那个conda中安装了相对应的包就行,在添加python解释器中选择“选择现有”类型选择“conda”就可以看到你…