fix: trainer notebook improvements
Browse files
training/notebooks/parlay_training.ipynb
CHANGED
|
@@ -72,7 +72,7 @@
|
|
| 72 |
"\n",
|
| 73 |
"# If running in Colab with repo already cloned, skip this cell.\n",
|
| 74 |
"# Otherwise clone:\n",
|
| 75 |
-
"REPO_URL = \"https://github.com/
|
| 76 |
"\n",
|
| 77 |
"result = subprocess.run([\"git\", \"clone\", REPO_URL, \"parlay\"], capture_output=True)\n",
|
| 78 |
"if result.returncode == 0:\n",
|
|
|
|
| 72 |
"\n",
|
| 73 |
"# If running in Colab with repo already cloned, skip this cell.\n",
|
| 74 |
"# Otherwise clone:\n",
|
| 75 |
+
"REPO_URL = \"https://github.com/sh4shv4t/parlay.git\" \n",
|
| 76 |
"\n",
|
| 77 |
"result = subprocess.run([\"git\", \"clone\", REPO_URL, \"parlay\"], capture_output=True)\n",
|
| 78 |
"if result.returncode == 0:\n",
|