inference icon indicating copy to clipboard operation
inference copied to clipboard

Xinference support jina-reranker-m0

Open doutianye opened this issue 8 months ago • 1 comments

Feature request / 功能建议

Xinference supportjina-reranker-m0

Motivation / 动机

Xinference supportjina-reranker-m0

Your contribution / 您的贡献

python: import json from xinference.client import Client

with open('c:\Users\jinaai\Downloads\model.json') as fd: model = fd.read()

replace with real xinference endpoint endpoint = 'http://ip:9997/' client = Client(endpoint) client.register_model(model_type="rerank", model=model, persist=False) model.json { "model_name": "jina-reranker-m0", "type": "normal", "language": ["en", "zh"], "model_id": "jinaai/jina-reranker-m0" } python import Client.py report: Server error: 400 - [address=0.0.0.0:36765, pid=590] Unrecognized configuration class <class 'transformers.models.qwen2_vl.configuration_qwen2_vl.Qwen2VLConfig'> for this kind of AutoModel: AutoModelForSequenceClassification.

doutianye avatar Apr 22 '25 05:04 doutianye

#3209 There is a PR, @Minamiyama, what's the status?

qinxuye avatar Apr 22 '25 06:04 qinxuye

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] avatar Apr 29 '25 19:04 github-actions[bot]

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] avatar May 07 '25 19:05 github-actions[bot]

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] avatar May 15 '25 19:05 github-actions[bot]

+1

moshilangzi avatar May 19 '25 10:05 moshilangzi

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] avatar May 26 '25 19:05 github-actions[bot]

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] avatar Jun 03 '25 19:06 github-actions[bot]

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] avatar Jun 11 '25 19:06 github-actions[bot]

This issue was closed because it has been inactive for 5 days since being marked as stale.

github-actions[bot] avatar Jun 17 '25 19:06 github-actions[bot]