CRZbulabula commented on code in PR #17327:
URL: https://github.com/apache/iotdb/pull/17327#discussion_r3004696855


##########
integration-test/src/test/java/org/apache/iotdb/ainode/utils/AINodeTestUtils.java:
##########
@@ -60,35 +60,36 @@ public class AINodeTestUtils {
               new AbstractMap.SimpleEntry<>(
                   "moirai2", new FakeModelInfo("moirai2", "moirai", "builtin", 
"active")),
               new AbstractMap.SimpleEntry<>(
-                  "toto", new FakeModelInfo("toto", "toto", "builtin", 
"active")))
+                  "toto", new FakeModelInfo("toto", "toto", "builtin", 
"active")),
+              new AbstractMap.SimpleEntry<>(
+                  "patchtst_fm", new FakeModelInfo("patchtst_fm", 
"patchtst_fm", "builtin", "active")))

Review Comment:
   Please revert updates in this file, because we cannot automatically download 
the model weight, CI for this model will never success.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to