mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[FDConfig]Remove max_num_batched_tokens/max_num_seqs in parallel config (#4116)
* remove max_num_batched_tokens in parallel config * remove max_num_seqs * update test case * fix test * fix --------- Co-authored-by: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com>
This commit is contained in:
@@ -45,6 +45,7 @@ class ModelRunnerBase(ABC):
|
||||
self.graph_opt_config = fd_config.graph_opt_config
|
||||
self.quant_config = fd_config.quant_config
|
||||
self.cache_config = fd_config.cache_config
|
||||
self.scheduler_config = fd_config.scheduler_config
|
||||
# ... config
|
||||
|
||||
self.device = device
|
||||
|
Reference in New Issue
Block a user