-
Notifications
You must be signed in to change notification settings - Fork 445
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
[Question] Support for torch 2.5 #2946
Comments
@Galaxy-Husky hi, sorry for the trouble. Because the requirements for
|
Thanks for your reply.
Could you help me check again? |
@Galaxy-Husky ok, let me check again if there still has other problems. |
@Galaxy-Husky hi, can you try again install with
|
@RunningLeon Hi, It raised an error:
|
hi, it seems lmdeploy with torch2.5.1 has been installed successfully. The msg can be ignored since triton version in lmdeploy is fixed to |
@RunningLeon I see. BTW, it would be great if you could tell me whether torch2.5.1 work well with triton==3.0.0 or not. And when will lmdeploy upgrade triton to 3.1.0? |
hi, triton3.0.0 can work well with torch2.5.1. As for upgrading triton to 3.1.0, there would need a full scale test.
|
Checklist
Describe the bug
Hi,
I noticed that the restriction on torch version has been relaxed to 2.5.1:
lmdeploy/requirements/runtime_cuda.txt
Line 18 in dfeee42
But when I tried installing the latest code via:
pip install "git+https://github.com/InternLM/lmdeploy.git@main" -U
, it would remove torch 2.5.1 and install torch 2.4.0.Can you tell me how to install lmdeploy without changing the torch version?
Reproduction
pip install "git+https://github.com/InternLM/lmdeploy.git@main" -U
Environment
Error traceback
No response
The text was updated successfully, but these errors were encountered: