Skip to content

Commit b7cc82d

Browse files
committed
revert useless code updates
1 parent 1366410 commit b7cc82d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

iotdb-core/ainode/iotdb/ainode/core/model/chronos2/models.py renamed to iotdb-core/ainode/iotdb/ainode/core/model/chronos2/model.py

File renamed without changes.

iotdb-core/ainode/iotdb/ainode/core/model/model_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def __repr__(self):
140140
repo_id="amazon/chronos-2",
141141
auto_map={
142142
"AutoConfig": "config.Chronos2ForecastingConfig",
143-
"AutoModelForCausalLM": "models.Chronos2Model",
143+
"AutoModelForCausalLM": "model.Chronos2Model",
144144
},
145145
),
146146
}

0 commit comments

Comments
 (0)