-
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
pip install errors out with HTTP error 404 #2542
Comments
Oh the good old place holder, had same issue when installing on windows, but resolved via: Edit: On further investigation, the versions available are: |
@TriDefender That solves my issue. Thank you! I will leave this issue open so the trtllm team can fix the doc so it doesn't confuse more users haha |
They also need fix the requirements.txt, the current one just uses
tensorrt-llm and you end up with a place holder
Heyang Qin ***@***.***> 于 2024年12月5日周四 20:42写道:
… @TriDefender <https://github.com/TriDefender> That solves my issue. Thank
you! I will leave this issue open so the trtllm team can fix the doc so it
doesn't confuse more users haha
—
Reply to this email directly, view it on GitHub
<#2542 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJMCJSKIDGJSYWWFLBYGLPD2ECUA3AVCNFSM6AAAAABTC4WRNKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRRGI2TAMZUGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
According to the documentation https://nvidia.github.io/TensorRT-LLM/installation/linux.html, I run
python -m pip install tensorrt-llm
yet it givesI tried the
--extra-index-url https://pypi.nvidia.com/
and the error is sameThe text was updated successfully, but these errors were encountered: