From 4c289e974af633e162c110e243986221141c3d31 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Mon, 10 Nov 2025 21:26:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor(tools):=20=E5=B0=86=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=A7=BB=E5=8A=A8=E5=88=B0tools=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- benchmark.py => tools/benchmark.py | 0 generate.py => tools/generate.py | 0 train.py => tools/train.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename benchmark.py => tools/benchmark.py (100%) rename generate.py => tools/generate.py (100%) rename train.py => tools/train.py (100%) diff --git a/benchmark.py b/tools/benchmark.py similarity index 100% rename from benchmark.py rename to tools/benchmark.py diff --git a/generate.py b/tools/generate.py similarity index 100% rename from generate.py rename to tools/generate.py diff --git a/train.py b/tools/train.py similarity index 100% rename from train.py rename to tools/train.py