Vinci

Results 4 issues of Vinci

(1) BGE-EN-ICL (2) BGE-Multilingual-Gemma2 (3) BGE-Reranker-v2.5-Gemma2-Lightweight

### Required prerequisites - [X] I have read the documentation . - [X] I have searched the [Issue Tracker](https://github.com/XuehaiPan/nvitop/issues) that this hasn't already been reported. (comment there if it has.)...

question

微调bge-reranker时,出现如下log,虽然没有报错,但这个是什么问题呢 ```  [WARNING]  async_io requires the dev libaio .so object and headers but these were not found.  [WARNING]  async_io: please install the libaio-devel package with yum...

Name: jieba Version: 0.42.1 Summary: Chinese Words Segmentation Utilities Home-page: https://github.com/fxsjy/jieba Author: Sun, Junyi Author-email: [email protected] License: MIT ``` # encoding=utf-8 import jieba jieba.enable_paddle()# 启动paddle模式。 0.40版之后开始支持,早期版本不支持 strs=["我来到北京清华大学","乒乓球拍卖完了","中国科学技术大学"] for str in...