Skip to content

Commit 641784a

Browse files
[AINode]:Revert AINodeTestUtils.java to exclude patchtst_fm from CI pipeline due to weight download restrictions
1 parent 102f75e commit 641784a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

integration-test/src/test/java/org/apache/iotdb/ainode/utils/AINodeTestUtils.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ public class AINodeTestUtils {
6060
new AbstractMap.SimpleEntry<>(
6161
"moirai2", new FakeModelInfo("moirai2", "moirai", "builtin", "active")),
6262
new AbstractMap.SimpleEntry<>(
63-
"toto", new FakeModelInfo("toto", "toto", "builtin", "active")),
64-
new AbstractMap.SimpleEntry<>(
65-
"patchtst_fm", new FakeModelInfo("patchtst_fm", "patchtst_fm", "builtin", "active")))
63+
"toto", new FakeModelInfo("toto", "toto", "builtin", "active")))
6664
.collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue));
6765

6866
public static final Map<String, FakeModelInfo> BUILTIN_MODEL_MAP;

0 commit comments

Comments
 (0)