[Model Runner V2] Minor fix for cudagraph_utils (#29256)
This commit is contained in:
@@ -298,6 +298,7 @@ class GPUModelRunner(LoRAModelRunnerMixin, KVConnectorModelRunnerMixin):
|
||||
return 0
|
||||
|
||||
start_time = time.perf_counter()
|
||||
torch.cuda.empty_cache()
|
||||
start_free_gpu_memory = torch.cuda.mem_get_info()[0]
|
||||
|
||||
with self.maybe_setup_dummy_loras(self.lora_config):
|
||||
|
||||
Reference in New Issue
Block a user