Xinference support jina-reranker-m0
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.
#3209 There is a PR, @Minamiyama, what's the status?
This issue is stale because it has been open for 7 days with no activity.
This issue is stale because it has been open for 7 days with no activity.
This issue is stale because it has been open for 7 days with no activity.
+1
This issue is stale because it has been open for 7 days with no activity.
This issue is stale because it has been open for 7 days with no activity.
This issue is stale because it has been open for 7 days with no activity.
This issue was closed because it has been inactive for 5 days since being marked as stale.