Skip to content

check arctic_training_run is in the PATH env var's paths#275

Merged
sfc-gh-sbekman merged 1 commit intomainfrom
sfc-gh-sbekman-patch-4
Sep 8, 2025
Merged

check arctic_training_run is in the PATH env var's paths#275
sfc-gh-sbekman merged 1 commit intomainfrom
sfc-gh-sbekman-patch-4

Conversation

@sfc-gh-sbekman
Copy link
Copy Markdown
Collaborator

@sfc-gh-sbekman sfc-gh-sbekman commented Sep 3, 2025

while trying to launch AT under VSCode debugger, I have run into shutil.which("arctic_training_run") silently returning None and then deepspeed failing to launch and it was getting None as a string for a program name. This PR helps the user to know what's wrong and how to fix the problem.

I needed to edit PATH env var in debugger config (which wasn't matching my normal env)

while trying to launch AT under VSCode debugger, I have run into  `shutil.which("arctic_training_run")` silently returning `None` and then deepspeed failing to launch. This PR helps the user to know what's wrong.

I needed to edit `PATH` env var in debugger config (which wasn't matching my normal env)
@sfc-gh-sbekman sfc-gh-sbekman changed the title check arctic_training_run is in the PATH env var's pathes check arctic_training_run is in the PATH env var's paths Sep 3, 2025
@sfc-gh-sbekman sfc-gh-sbekman requested review from sfc-gh-mwyatt and removed request for sfc-gh-jrasley September 3, 2025 23:51
@sfc-gh-sbekman sfc-gh-sbekman enabled auto-merge (squash) September 3, 2025 23:58
@sfc-gh-sbekman sfc-gh-sbekman merged commit 2544f03 into main Sep 8, 2025
4 checks passed
@sfc-gh-sbekman sfc-gh-sbekman deleted the sfc-gh-sbekman-patch-4 branch September 8, 2025 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants