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

mllama-3.2 INT8 Quantized Model on GPU #2639

Closed
ekurniaw opened this issue Jan 9, 2025 · 2 comments · Fixed by #2644
Closed

mllama-3.2 INT8 Quantized Model on GPU #2639

ekurniaw opened this issue Jan 9, 2025 · 2 comments · Fixed by #2644

Comments

@ekurniaw
Copy link

ekurniaw commented Jan 9, 2025

Why is the INT8 quantized model disabled on GPU? I tried the INT8 optimization on CPU and then performed inference using the INT8 model on GPU. Tested working on Arc A310 dGPU and ARL-H iGPU. Can we create such flow for the notebook? Thanks.

description="Vision Encoder", options=optimizations, value=optimizations[0] if "GPU" in device else optimizations[1], disabled="GPU" in device

@eaidova
Copy link
Collaborator

eaidova commented Jan 10, 2025

Hi @ekurniaw, which openvino version do you use? We limited int8 support for GPU in notebook because at the moment of notebook publication, int8 image encoder usage for GPU leads to inaccurate generation results (the model works itself but the response does not have any related to image info). I got confirmation that recently, it was fixed, so I think yes, we can update notebook to allow int8 image encoder running for GPU with updating openvino in notebook requirements

@eaidova eaidova linked a pull request Jan 10, 2025 that will close this issue
@ekaakurniawan
Copy link

@eaidova , I am using OpenVINO 2024.5. For Arc A770, I am using the following setup.

  • ARL-S CPU
  • Ubuntu 24.04.1 LTS
  • Kernel 6.8.0-51-generic
  • Intel Compute Runtime 24.39.31294
  • Python 3.12.3

The new code tested successfully except for the interactive demo. Raised the issue #2669.

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 a pull request may close this issue.

3 participants