logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

RAGFLOW本地部署

解决rag安装时所以遇到的困难。

#python#docker
lightrag : from lightrag.utils import EmbeddingFunc 报错

卸载原有的lightrag与lightrag-hku,只安装lightrag-hku。1. 同时安装了lightrag与lightrag-hku。

#python
Unsloth: Input IDs of length 10201 > the model‘s max sequence length of 8192.

问题:运行Llama3-Chinese-8B-Instruct微调后的模型,出现Unsloth: Input IDs of length 10201 > the model's max sequence length of 8192.问题。将max_seq_length = 2048 修改为 max_seq_length = 20402。

#自然语言处理#语言模型#python
python按照日期筛选pandas数据

python按照日期筛选pandas数据

#python#开发语言
爬虫:AttributeError: ‘WebDriver‘ object has no attribute ‘find_element_by_id‘

爬虫:AttributeError: 'WebDriver' object has no attribute 'find_element_by_id'

#爬虫#python#开发语言
到底了