Skip to content

Commit

Permalink
Re-enable nvfuser test (triton-inference-server#5142)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 authored Dec 7, 2022
1 parent 80cc713 commit ce4e008
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qa/L0_libtorch_nvfuser/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ parameters: {

NVFUSER_LOG="NvFuser is "
if [ "$FLAG" == "true" ]; then
# NvFuser support has been disabled. Change to 'enabled' when fixed.
NVFUSER_LOG+="disabled"
NVFUSER_LOG+="enabled"
elif [ "$FLAG" == "false" ]; then
NVFUSER_LOG+="disabled"
else
Expand Down

0 comments on commit ce4e008

Please sign in to comment.