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

Container build dependency on accelerators (requires TPU VM) #32

Open
ultrons opened this issue Apr 24, 2024 · 2 comments
Open

Container build dependency on accelerators (requires TPU VM) #32

ultrons opened this issue Apr 24, 2024 · 2 comments

Comments

@ultrons
Copy link

ultrons commented Apr 24, 2024

https://github.com/google/maxdiffusion/blob/inf_mlperf/docker/sdxl_inference/model_loader.py
is executed the dockerfile and requires the build to be executed on TPU VM.
Can we replace this with xAOT to eliminate this dependency?

@entrpn
Copy link
Collaborator

entrpn commented May 1, 2024

@ultrons it is not a requirement to build Docker on a TPU VM. When this gets loaded, it can use cpu, see this line.

@entrpn
Copy link
Collaborator

entrpn commented May 17, 2024

@ultrons does this answer your question?

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