File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
iotdb/ainode/core/model/chronos2 Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -339,4 +339,14 @@ LMax Disruptor is open source software licensed under the Apache License 2.0 and
339339Project page: https://github.com/LMAX-Exchange/disruptor
340340License: 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--------------------------------------------------------------------------------
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
2121
2222[tool .poetry ]
2323name = " apache-iotdb-ainode"
24- version = " 2.0.6 .dev"
24+ version = " 2.0.7 .dev"
2525description = " Apache IoTDB AINode"
2626readme = " README.md"
2727authors = [
" Apache Software Foundation <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments