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

SDXL model download to host #117

Merged

Conversation

anandhu-eng
Copy link

in reference to issue: mlcommons#195

@anandhu-eng anandhu-eng marked this pull request as draft September 18, 2024 08:56
@@ -665,6 +665,11 @@ variations:
add_deps_recursive:
mlperf-inference-implementation:
tags: _sdxl
prehook_deps:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker_deps ?

@anandhu-eng anandhu-eng changed the title SDCL model download to host SDXL model download to host Sep 18, 2024
@@ -80,7 +80,9 @@ def preprocess(i):
cmds.append(f"mkdir -p {os.path.dirname(fp16_model_path)}")

if not os.path.exists(fp16_model_path):
cmds.append(f"ln -sf {env['SDXL_CHECKPOINT_PATH']} {fp16_model_path}")
env['CM_REQUIRE_SDXL_MODEL_DOWNLOAD'] = 'yes'
if make_command == "generate_engines":
Copy link

@arjunsuresh arjunsuresh Sep 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be download_model right?

@arjunsuresh arjunsuresh marked this pull request as ready for review September 19, 2024 20:51
@arjunsuresh arjunsuresh merged commit 8c77b0e into GATEOverflow:mlperf-inference Sep 19, 2024
24 of 30 checks passed
anandhu-eng pushed a commit to anandhu-eng/cm4mlops that referenced this pull request Sep 30, 2024
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