[BUG] File bug report:can not use --device "Snapdragon 8 Gen 3 QRD" · Issue #189 · quic/ai-hub-models · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/ai-hub-apps/llm_on_genie_venv/lib/python3.10/site-packages/qai_hub_models/models/llama_v3_2_3b_chat_quantized/export.py", line 60, in <module>
main()
File "/ai-hub-apps/llm_on_genie_venv/lib/python3.10/site-packages/qai_hub_models/models/llama_v3_2_3b_chat_quantized/export.py", line 48, in main
export_model(
File "/ai-hub-apps/llm_on_genie_venv/lib/python3.10/site-packages/qai_hub_models/models/_shared/llama3/export.py", line 124, in export_model
hub_device = hub_devices[-1]
IndexError: list index out of range
Stack trace
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
ZJY0516
changed the title
[BUG] File bug report: can not use --device "Snapdragon 8 Gen 3 QRD"
[BUG] File bug report:can not use --device "Snapdragon 8 Gen 3 QRD"
Apr 18, 2025
Hi @ZJY0516, sorry for the delayed response here! Our naming of this device changed recently (as an aside, did you provide that device name or was it baked in to our export script, if its baked in we should fix it up!), based on the output of list-devices you've provided above you'll want to specify the chipset to be qualcomm-snapdragon-8gen3.
For example, hub.get_devices(attributes=["chipset:qualcomm-snapdragon-8gen3"])
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Stack trace
If applicable, add screenshots to help explain your problem.
Host configuration:
Here is my dockerfile
Additional context
qai-hub list-devices
The text was updated successfully, but these errors were encountered: