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

gfx1100 is missing a flagsfile. #515

Open
AWoloszyn opened this issue Nov 14, 2024 · 1 comment
Open

gfx1100 is missing a flagsfile. #515

AWoloszyn opened this issue Nov 14, 2024 · 1 comment
Assignees

Comments

@AWoloszyn
Copy link
Contributor

Even when specifying a local flagsfile, it tries to download one (and fails).

 python -m shortfin_apps.sd.server --fibers_per_device=4 --workers_per_device=1 --target=gfx1100 --model_config=./python/shortfin_apps/sd/examples/sdxl_config_i8.json --device=amdgpu --flagfile ./python/shortfin_apps/sd/examples/sdxl_flags_gfx1100.txt --build_preference=compile --device_ids 0 1
 ....
 ....
 OSError: Failed to fetch URL 'https://sharkpublic.blob.core.windows.net/sharkpublic/sdxl/11132024/configs/sdxl_flagfile_gfx1100.txt': HTTP Error 404: The specified blob does not exist.
@monorimet
Copy link
Contributor

I added a flagfile to azure which should let you past this -- the builder always fetches the required files even if an alternative is provided via the CLI. This is inefficient and wrong and is tracked in #525

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