sh4shv4t commited on
Commit
f3d2cd4
·
1 Parent(s): 8ec5193

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/YOUR_USERNAME/parlay.git\" # CHANGE THIS\n",
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",