Skip to content

Dockerfile for cloud conversion of LLM models #319

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

Merged
merged 6 commits into from
Jun 26, 2025
Merged

Conversation

ssss141414
Copy link

@ssss141414 ssss141414 commented Jun 19, 2025

This docker file will create an image contains environment for cloud conversion of LLM models.

  • QNN. Including:
    Python 3.10 with autogptq installed.
    Python 3.12 with nightly ort-qnn installed.
  • AMD.
    Shared with QNN.
  • Intel.
    Python 3.12 with openvino installed.

@@ -0,0 +1,41 @@
FROM python:3.12-slim AS base

Choose a reason for hiding this comment

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

if we plan to use prebuilt docker, make sure to release it in an official place

Copy link
Author

Choose a reason for hiding this comment

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

Yes. I think prebuilt docker is necessary, since otherwise the job needs to install requirements every time, which take a long time..

Working on official release. For this PR, just a place to put the dockerfile.

@ssss141414 ssss141414 changed the title Dockerfile for cloud conversion of QNN Dockerfile for cloud conversion of LLM models Jun 23, 2025
@ssss141414 ssss141414 marked this pull request as ready for review June 25, 2025 06:35
Copy link

@xieofxie xieofxie left a comment

Choose a reason for hiding this comment

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

LGTM, make sure we versioned the dockerfile for new requirements txt

@ssss141414 ssss141414 merged commit 6710400 into dev Jun 26, 2025
1 check passed
@ssss141414 ssss141414 deleted the shzhen/docker branch June 26, 2025 01:42
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