Skip to content
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

setup.py need tensorrt_llm/bindings path but not exists #2162

Closed
4 tasks
dwahaa opened this issue Aug 29, 2024 · 1 comment
Closed
4 tasks

setup.py need tensorrt_llm/bindings path but not exists #2162

dwahaa opened this issue Aug 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dwahaa
Copy link

dwahaa commented Aug 29, 2024

System Info

-CPU: aarch64

Who can help?

No response

Information

  • The official example scripts
  • My own modified scripts

Tasks

  • 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

@dwahaa dwahaa added the bug Something isn't working label Aug 29, 2024
@dwahaa dwahaa closed this as completed Aug 30, 2024
@WGS-note
Copy link

@dwahaa Hi, may I ask how you resolved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants