Open weizhi-wang opened 1 month ago
Thanks for sharing the issue. If you are trying to install from source code, please follow the build-from-source-linux instructions. If not, please offer more information by following issue template.
@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."
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'