This is an automated email from the ASF dual-hosted git repository.

liyuheng pushed a commit to branch lyh/ainode/logger-refactor
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/lyh/ainode/logger-refactor by 
this push:
     new b44c37544b8 empty
b44c37544b8 is described below

commit b44c37544b8d4ade9997cffdebdcea2910d6be61
Author: liyuheng <[email protected]>
AuthorDate: Wed Jul 30 19:22:58 2025 +0800

    empty
---
 iotdb-core/ainode/ainode/core/manager/inference_manager.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iotdb-core/ainode/ainode/core/manager/inference_manager.py 
b/iotdb-core/ainode/ainode/core/manager/inference_manager.py
index f5751010e0a..d331ea919eb 100644
--- a/iotdb-core/ainode/ainode/core/manager/inference_manager.py
+++ b/iotdb-core/ainode/ainode/core/manager/inference_manager.py
@@ -77,7 +77,6 @@ class TimerXLStrategy(InferenceStrategy):
             device = next(self.model.parameters()).device
         else:
             device = torch.device("cpu")
-
         # Get possible rank
         if torch.distributed.is_initialized():
             global_rank = torch.distributed.get_rank()

Reply via email to