mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
Remove GPUMemoryChecker initialization
Removed memory checker initialization from GPU model runner.
This commit is contained in:
@@ -187,7 +187,6 @@ class GPUModelRunner(ModelRunnerBase):
|
||||
self.cudagraph_capture_sizes = list(reversed(self.graph_opt_config.cudagraph_capture_sizes))
|
||||
self.sot_warmup_sizes = self.graph_opt_config.sot_warmup_sizes
|
||||
self.cudagraph_only_prefill = self.graph_opt_config.cudagraph_only_prefill
|
||||
self.mem_checker = GPUMemoryChecker(device_id=self.device_id, print_debug_info=False)
|
||||
|
||||
# Initialize share inputs
|
||||
self._init_share_inputs(self.scheduler_config.max_num_seqs)
|
||||
|
||||
Reference in New Issue
Block a user