Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run on existing tpu vms (on demand - not queued) #854

Open
kathir-ks opened this issue Jan 10, 2025 · 1 comment
Open

Run on existing tpu vms (on demand - not queued) #854

kathir-ks opened this issue Jan 10, 2025 · 1 comment

Comments

@kathir-ks
Copy link

The existing logic is to setup a queued resource and wait for it to be resourced by google cloud to start training.
But what if the user already has the tpu vm ready with him?
May need to add few changes in the launch.py and tpu.py.

@dlwh
Copy link
Member

dlwh commented Jan 14, 2025

it's a good point! queued-resources is necessary for multislice which is why we prefer that. You can use infra/spin-up-vm.sh (which will skip spinning up and instead initialize a venv if it exists)

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

No branches or pull requests

2 participants