mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 17:17:14 +08:00
fix typo
This commit is contained in:
@@ -508,7 +508,6 @@ class ModelRunner:
|
||||
self.share_inputs['infer_seed'].add_(infer_seed_increment)
|
||||
self.share_inputs['infer_seed'][:] %= self.MAX_INFER_SEED
|
||||
if self.free_list_len > 0:
|
||||
logger.info('You got into step CUDA!!!')
|
||||
self.step_cuda(seq_lens_this_time)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user