karthikreddy-02 commented on code in PR #17327:
URL: https://github.com/apache/iotdb/pull/17327#discussion_r3003993051
##########
iotdb-core/ainode/iotdb/ainode/core/model/model_info.py:
##########
@@ -158,4 +158,16 @@ def __repr__(self):
},
transformers_registered=True,
),
+ "patchtst_fm": ModelInfo(
+ model_id = "patchtst_fm",
+ category=ModelCategory.BUILTIN,
+ state=ModelStates.INACTIVE,
+ model_type="patchtst_fm",
+ pipeline_cls="pipeline_patchtst_fm.PatchTSTFMPipeline",
+ repo_id="ibm-research/patchtst-fm-r1",
+ auto_map={
+ "AutoConfig": "configuration_patchtst_fm.PatchTSTFMConfig",
+ "AutoModelForCausalLM": "modeling_patchtst_fm.PatchTSTFMForPrediction",
+ },
Review Comment:
<img width="644" height="404" alt="Screenshot 2026-03-27 at 22 31 01"
src="https://github.com/user-attachments/assets/2d063f7b-cbf8-4d3a-8a62-0cfa3eb022e1"
/>
<img width="655" height="260" alt="Screenshot 2026-03-27 at 22 31 32"
src="https://github.com/user-attachments/assets/18c2d638-2dd5-43fd-bb6a-427ab9b835db"
/>
Hi @CRZbulabula! Thank you for the review. I have successfully resolved all
your requests: fully formatted the code via black & isort, appended all Apache
2.0 license headers, modified the root LICENSE file, gracefully bypassed the
CC-BY-NC-SA model weights download, and verified the successful SQL execution
locally (screenshot attached).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]