garvitsachdeva Claude Sonnet 4.6 commited on
Commit
21923ce
·
1 Parent(s): 956acce

Fix REPO path: clone root is /content/kuchbhi not /content/kuchbhi/spindleflow-rl

Browse files
Files changed (1) hide show
  1. colab/train_colab.py +1 -1
colab/train_colab.py CHANGED
@@ -37,7 +37,7 @@ if result.returncode != 0:
37
  raise RuntimeError("pip install failed — see output above")
38
  print("Packages OK")
39
 
40
- REPO = "/content/kuchbhi/spindleflow-rl"
41
  if not os.path.isdir(REPO):
42
  subprocess.run(["git", "clone",
43
  "https://github.com/garvitsachdevaa/kuchbhi.git"],
 
37
  raise RuntimeError("pip install failed — see output above")
38
  print("Packages OK")
39
 
40
+ REPO = "/content/kuchbhi"
41
  if not os.path.isdir(REPO):
42
  subprocess.run(["git", "clone",
43
  "https://github.com/garvitsachdevaa/kuchbhi.git"],