Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Qwen3-Reranker_pytorch
Commits
1802b9a6
Commit
1802b9a6
authored
Aug 13, 2025
by
chenych
Browse files
update readme
parent
63aaaabc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
1802b9a6
...
...
@@ -37,7 +37,7 @@ cd /your_code_path/qwen3-reranker_pytorch
### Anaconda(方法三)
关于本项目DCU显卡所需的特殊深度学习库可从
[
光合
](
https://developer.sourcefind.cn/tool/
)
开发者社区下载安装。
```
bash
DTK: 25.04
DTK: 25.04
.1
python: 3.10
vllm: 0.9.2+das.opt1.beta.dtk25041
torch: 2.5.1+das.opt1.dtk25041
...
...
@@ -69,11 +69,11 @@ python infer_vllm.py --model_name_or_path /path/your_model_path/
```
#### serve
```
bash
export
HF_ENDPOINT
=
https://hf-mirror.com
export
VLLM_USE_NN
=
0
export
ALLREDUCE_STREAM_WITH_COMPUTE
=
1
```
bash
vllm serve Qwen/Qwen3-Reranker-0.6B
--max-model-len
4096
--trust-remote-code
--enforce-eager
--enable-prefix-caching
--served-model-name
Qwen3-reranker
--task
score
--disable-log-requests
--hf_overrides
'{"architectures":["Qwen3ForSequenceClassification"],"classifier_from_token": ["no", "yes"],"is_original_qwen3_reranker": true}'
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment