File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
integration-test/src/test/java/org/apache/iotdb/ainode/it
iotdb-core/ainode/iotdb/ainode/core/model Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,6 @@ private static void prepareDataForTableModel() throws SQLException {
7979 @ Test
8080 public void concurrentGPUForecastTest () throws SQLException , InterruptedException {
8181 for (AINodeTestUtils .FakeModelInfo modelInfo : BUILTIN_LTSM_MAP .values ()) {
82- if (modelInfo .getModelId ().equals ("chronos2" )) {
83- // TODO: @yunbow30944 Support chronos2 model concurrent inference in GPU
84- continue ;
85- }
8682 concurrentGPUForecastTest (modelInfo );
8783 }
8884 }
File renamed without changes.
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ def __repr__(self):
138138 repo_id = "amazon/chronos-2" ,
139139 auto_map = {
140140 "AutoConfig" : "config.Chronos2ForecastingConfig" ,
141- "AutoModelForCausalLM" : "models .Chronos2Model" ,
141+ "AutoModelForCausalLM" : "model .Chronos2Model" ,
142142 },
143143 ),
144144}
You can’t perform that action at this time.
0 commit comments