Issue: Invalid TensorRT-LLM Wheel File During Installation
Environment
- OS: Windows
- Python Version: 3.10.11
- Installation Path: D:\roop_api\rtx_service\ChatRTX_APIs\dist
Steps to Reproduce
- Downloaded
tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl from the repository
- Navigated to the directory containing the wheel file
- Ran the installation command:
pip install tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl --extra-index-url https://pypi.nvidia.com --extra-index-url https://download.pytorch.org/whl/cu121
Error Message
Looking in indexes: https://pypi.org/simple, https://pypi.nvidia.com, https://download.pytorch.org/whl/cu121
Processing d:\roop_api\rtx_service\chatrtx_apis\dist\tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl
ERROR: Wheel 'tensorrt-llm' located at D:\roop_api\rtx_service\ChatRTX_APIs\dist\tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl is invalid.
What I've Tried
- Verified Python version is 3.10.11
- Confirmed the wheel file exists in the specified path
- Using the exact installation command from the README
Questions
- Is there a known issue with this wheel file?
- Are there any specific prerequisites I might be missing?
- Is there an alternative installation method available?
Any help or guidance would be greatly appreciated.