diff options
| author | haoyuren <13851610112@163.com> | 2026-02-22 01:57:04 -0600 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-02-22 01:57:04 -0600 |
| commit | 480913b234ecf6147666bce641cecbaaeadd408a (patch) | |
| tree | 2181d625cc756cccea89399993dfe436cc70cc72 /train_colab.ipynb | |
| parent | 60e5072dcc654322e050f54ae4b789550e6aa40a (diff) | |
Add tqdm progress bar, fix Colab username
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'train_colab.ipynb')
| -rw-r--r-- | train_colab.ipynb | 13 |
1 files changed, 2 insertions, 11 deletions
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 |
