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
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction
...
Expected behavior
Thank you so much to the author team for responding, I have a question:
I cloned the source and pip install -e . Install and got an error:
The `bindings` module does not exist. Please check the package integrity. If you are attempting to use the pip development mode (editable installation), please execute `build_wheels.py` first, and then run `pip install -e .`
Then I didn't find bindings in the source directory.
So I comment out sanity_check() and pip install -e .
Error reported when importing packages:
No module named 'tensorrt_llm.bindings'
What should I do?
actual behavior
No module named 'tensorrt_llm.bindings'
additional notes
...
The text was updated successfully, but these errors were encountered:
System Info
...
Who can help?
@pathorn @ttim @Superjomn @aaronp24 @lopuhin
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
...
Expected behavior
Thank you so much to the author team for responding, I have a question:
I cloned the source and
pip install -e .
Install and got an error:Then I didn't find
bindings
in the source directory.So I comment out
sanity_check()
andpip install -e .
Error reported when importing packages:
What should I do?
actual behavior
additional notes
...
The text was updated successfully, but these errors were encountered: