mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-16 05:30:58 +08:00
Unify server-side and model-side Config (Part3) (#3047)
* merge model config * fix arch * fix rl
This commit is contained in:
@@ -60,7 +60,7 @@ class RolloutModelConfig:
|
||||
local_rank: int = 0,
|
||||
):
|
||||
# Required parameters
|
||||
self.model_name_or_path = model_name_or_path
|
||||
self.model = model_name_or_path
|
||||
self.max_model_len = max_model_len
|
||||
self.tensor_parallel_size = tensor_parallel_size
|
||||
self.dynamic_load_weight = dynamic_load_weight
|
||||
|
Reference in New Issue
Block a user