-
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
test_cpp.py #2354
Comments
Thanks for sharing the issue. |
@Superjomn ,I build tensorrt llm completely according to the source code( build-from-source-linux ), but there is no target modelSpec' in the generated cpp/build/makefile |
@Superjomn Thank you. In addition, my other functions can be used normally, but the modelSpec function does not work. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days." |
This issue was closed because it has been 14 days without activity since it has been marked as stale. |
run cpp/tests/resources/scripts/test_cpp.py
subprocess.CalledProcessError: Command '['cmake', '--build', '/media/data/wwz/TensorRT-LLM/cpp/build', '--config', 'Release', '-j', '--target', 'modelSpec']' returned non-zero exit status 2.
make -C cpp/build/ modelSpec
error:
make: Entering directory '/media/data/wwz/TensorRT-LLM/cpp/build'
make: *** No rule to make target 'modelSpec'. Stop.
make: Leaving directory '/media/data/wwz/TensorRT-LLM/cpp/build'
The text was updated successfully, but these errors were encountered: