【Fearture】support qwen2 some func (#2740)

* add rl qwen model support

* fix

* fix
This commit is contained in:
gaoziyuan
2025-07-08 12:03:04 +08:00
committed by GitHub
parent fefbd65cf8
commit 26d5d737dd
13 changed files with 438 additions and 174 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ import os
from fastdeploy.model_executor.models import auto_models_registry
auto_models_registry(os.path.dirname(__file__), "fastdeploy.rl", suffix="RL")
auto_models_registry(os.path.dirname(__file__), "fastdeploy.rl")