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
I just install TensorRT-LLM from source, but when run python setup.py there is a error. Setup.py need bindings path like below, but the main branch of the git has no such path, what should I do?
def sanity_check():
bindings_path = Path(
__file__).resolve().parent / "tensorrt_llm" / "bindings"
if not bindings_path.exists():
raise ImportError(
'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 .`.'
)
Expected behavior
fix this problem
actual behavior
bugfix
additional notes
release the v0.13.0 becase some dependency has changed to v0.13.0
The text was updated successfully, but these errors were encountered:
System Info
-CPU: aarch64
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
I just install TensorRT-LLM from source, but when run python setup.py there is a error. Setup.py need bindings path like below, but the main branch of the git has no such path, what should I do?
Expected behavior
fix this problem
actual behavior
bugfix
additional notes
release the v0.13.0 becase some dependency has changed to v0.13.0
The text was updated successfully, but these errors were encountered: