Merge branch 'optimize-by-taochen' into develop

# Conflicts:
#	.env.example
#	backend/src/backend/main.py
#	common/src/common/db/models.py
#	common/src/common/eventing.py
#	docker-compose.yml
#	runtime/Dockerfile
#	runtime/pyproject.toml
#	runtime/src/runtime/main.py
#	schedule/src/schedule/main.py
#	schedule/src/schedule/service.py
This commit is contained in:
tao.chen
2026-07-31 09:29:03 +08:00
59 changed files with 3016 additions and 4423 deletions
@@ -1,9 +0,0 @@
"""模型实验开发平台构建脚本。"""
def main() -> None:
print("Hello, Model Platform!")
if __name__ == "__main__":
main()
@@ -1,43 +0,0 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "e139eae2",
"metadata": {},
"source": [
"# 新建模型实验\\n在这里开始数据探索与模型构建。"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7a78bce5",
"metadata": {},
"outputs": [],
"source": [
"print('Hello, Model Platform!')"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.11"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
@@ -1,67 +0,0 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "initial_id",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": ["hello world\n"]
}
],
"source": ["print(\"hello world\")"]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "979c21d2489e134d",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": ["hello world12323\n"]
}
],
"source": ["print(\"hello world12323\")"]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "e068092a-3b51-4399-9c64-c44d58f4973c",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": ["Python 3.12.13\n"]
}
],
"source": ["!python --version"]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1f512d9e-92f7-423e-9176-40fec30dd79c",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.12.13"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
@@ -1,59 +0,0 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "e139eae2",
"metadata": {},
"source": [
"# 新建模型实验\\n在这里开始数据探索与模型构建。"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "7a78bce5",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"111\n"
]
}
],
"source": [
"print('111')"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "42d2764b-5699-4374-afe9-aecda6d2d1cd",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.11"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
@@ -1,9 +0,0 @@
"""模型实验开发平台构建脚本。"""
def main() -> None:
print("Hello, Model Platform!")
if __name__ == "__main__":
main()
-67
View File
@@ -1,67 +0,0 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "initial_id",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": ["hello world\n"]
}
],
"source": ["print(\"hello world\")"]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "979c21d2489e134d",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": ["hello world12323\n"]
}
],
"source": ["print(\"hello world12323\")"]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "e068092a-3b51-4399-9c64-c44d58f4973c",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": ["Python 3.12.13\n"]
}
],
"source": ["!python --version"]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1f512d9e-92f7-423e-9176-40fec30dd79c",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.12.13"
}
},
"nbformat": 4,
"nbformat_minor": 5
}