-
Notifications
You must be signed in to change notification settings - Fork 1k
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
llava-onevision convert bug #2585
Comments
@nv-guomingz hi, i did not see any difference between main branch and my screenshot. It is still convert lm_head to lm_head. May I know what you have done in recent commits to solve this problem? |
By the way, when I tried latest release https://pypi.nvidia.com/tensorrt-llm/tensorrt_llm-0.17.0.dev2024121700-cp310-cp310-linux_x86_64.whl#sha256=c153ba5e78609d8060c2281a220f1cd4769a9c30e48d77b1fd95ac299aae4607, I encountered the following error. My CUDA is 12.6, driver is 470.129.06 and nvcc is 12.6.3
|
|
ok i see. but i am not able to use latest version now. |
Could you share the steps for upgrading? |
@DylanChen-NV Hi, i downloaded wheel and pip3 install wheel. Before that, I use CUDA Compat 12.6 and upgrade nvcc to 12.6 by CUDA Toolkit |
@DylanChen-NV provide some additional information:there is no error in the On the machine where the problem occurs, after starting the container, the following information will appear
|
In
is not executed correctly. |
System Info
Please see line 345 in tensorrt_llm/models/qwen/model.py. The llava-onevision should have tie_word_embeddings=True, which will fail when converting lm_head weights. We can change
Who can help?
@byshiue
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
After I modify the code, it becomes
actual behavior
It cannot convert successfully before my modification.
additional notes
N/A
The text was updated successfully, but these errors were encountered: