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
I checked out v0.15.0 and was able to build successfully using bash build.sh. However, I checked out v0.16.0 and built using bash build.sh and ran into the following error:
This seems to make sense as I did not define TRITON_GITHUB_ORGANIZATION, which ended up adding "" as the last argument of build.py. Note that this line is not in v0.15.0.
System Info
CPU: x86_64
GPU: L4
GPU memory: 24GB
OS: Ubuntu
Who can help?
I checked out
v0.15.0
and was able to build successfully usingbash build.sh
. However, I checked outv0.16.0
and built usingbash build.sh
and ran into the following error:Any help would be greatly appreciated.
In
build.sh
, I also needed to comment out the following line. Otherwisebuild.py
would complain about invalid arguments.tensorrtllm_backend/build.sh
Line 65 in 7a56e09
This seems to make sense as I did not define
TRITON_GITHUB_ORGANIZATION
, which ended up adding""
as the last argument ofbuild.py
. Note that this line is not inv0.15.0
.Any help would be appreciated.
@byshiue @schetlur-nv
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
See above. Just run
bash build.py
.Expected behavior
The build to be successful without error.
actual behavior
The build failed during linking.
additional notes
N/A
The text was updated successfully, but these errors were encountered: