From 480913b234ecf6147666bce641cecbaaeadd408a Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Sun, 22 Feb 2026 01:57:04 -0600 Subject: Add tqdm progress bar, fix Colab username Co-Authored-By: Claude Opus 4.6 --- train_colab.ipynb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'train_colab.ipynb') diff --git a/train_colab.ipynb b/train_colab.ipynb index 4856b26..24ae0dc 100644 --- a/train_colab.ipynb +++ b/train_colab.ipynb @@ -31,16 +31,7 @@ { "cell_type": "code", "metadata": {}, - "source": [ - "# ====== CONFIG ======\n", - "GITHUB_USERNAME = \"haoyuren\" # <-- your GitHub username\n", - "REPO_NAME = \"blazing8\"\n", - "# ====================\n", - "\n", - "!git clone https://github.com/{GITHUB_USERNAME}/{REPO_NAME}.git\n", - "%cd {REPO_NAME}\n", - "!pip install -q torch numpy" - ], + "source": "# ====== CONFIG ======\nGITHUB_USERNAME = \"YurenHao0426\"\nREPO_NAME = \"blazing8\"\n# ====================\n\n!git clone https://github.com/{GITHUB_USERNAME}/{REPO_NAME}.git\n%cd {REPO_NAME}\n!pip install -q torch numpy tqdm", "execution_count": null, "outputs": [] }, @@ -201,4 +192,4 @@ "outputs": [] } ] -} +} \ No newline at end of file -- cgit v1.2.3