雨飞

Results 13 comments of 雨飞

same error: this is my log: [indexing-engine.log](https://github.com/user-attachments/files/16247116/indexing-engine.log) The entity_extraction directory is not empty. ![image](https://github.com/user-attachments/assets/fb8e9128-e8bd-4627-a517-3da77bb98f2b)

测试代码如下,这个问题确实比较奇怪 ```python import torch from PIL import Image from transformers import AutoModel, AutoTokenizer path = "/home/deploy/user/yangyunlong/model" model_path = path+"/MiniCPM-V-2_6-int4" model = AutoModel.from_pretrained(model_path, trust_remote_code=True) tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True) model.eval() img_path =...

> 你好,我记得这个issue似乎已经沟通解决了是么?好像是package版本的问题 是的,现在没有问题了,我关掉这个 issue。是某一个依赖库的版本有点异常导致的,重新安装环境后正常运行。