init: project scaffold

This commit is contained in:
2026-04-01 00:12:14 +08:00
commit dd7073ac34
4 changed files with 92 additions and 0 deletions

17
.project.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "TimesFM 时序预测",
"description": "Google开源时间序列预测模型跨境电商备货/销量预测评估",
"status": "active",
"created": "2026-04-01",
"ports": [
{
"port": 4420,
"label": "dev",
"fixed": true
}
],
"stack": [
"Python",
"PyTorch"
]
}