Skip to content

Commit 8dddf91

Browse files
committed
finish
1 parent b7cc82d commit 8dddf91

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,14 @@ LMax Disruptor is open source software licensed under the Apache License 2.0 and
339339
Project page: https://github.com/LMAX-Exchange/disruptor
340340
License: https://github.com/LMAX-Exchange/disruptor/blob/master/LICENCE.txt
341341

342+
--------------------------------------------------------------------------------
343+
344+
The following files include code modified from LMax Disruptor project.
345+
346+
./iotdb-core/ainode/iotdb/ainode/core/model/chronos2/*
347+
348+
The chronos-forecasting is open source software licensed under the Apache License 2.0
349+
Project page: https://github.com/amazon-science/chronos-forecasting
350+
License: https://github.com/amazon-science/chronos-forecasting/blob/main/LICENSE
351+
342352
--------------------------------------------------------------------------------

iotdb-core/ainode/iotdb/ainode/core/model/chronos2/pipeline_chronos2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,4 +388,4 @@ def _predict_step(
388388
return prediction
389389

390390
def postprocess(self, output: torch.Tensor):
391-
return output[0].mean(dim=1)
391+
return output[0].mean(dim=1, keepdim=True)

iotdb-core/ainode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
2121

2222
[tool.poetry]
2323
name = "apache-iotdb-ainode"
24-
version = "2.0.6.dev"
24+
version = "2.0.7.dev"
2525
description = "Apache IoTDB AINode"
2626
readme = "README.md"
2727
authors = ["Apache Software Foundation <[email protected]>"]

0 commit comments

Comments
 (0)