Skip to content

Commit

Permalink
ci: Enable TF-TRT tests (#7399)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskiran1 authored Jul 11, 2024
1 parent c67f1c3 commit fd9f205
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions qa/L0_tftrt_optimization/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ source ../common/util.sh

RET=0

# FIXME [DLIS-6660] Update TF image models to support dynamic batching
# Currently, models cannot load with TF-TRT optimization due to the removal of implicit batch support in TensorRT v10 onwards
for MODEL in \
graphdef_float32_float32_float32 \
savedmodel_float32_float32_float32; do
Expand Down
4 changes: 0 additions & 4 deletions qa/L0_warmup/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,6 @@ for BACKEND in ${BACKENDS}; do
fi

if [ "$BACKEND" == "graphdef" ]; then
# FIXME [DLIS-6660] Update TF image models to support dynamic batching
# Currently, models cannot load with TF-TRT optimization due to the removal of implicit batch support in TensorRT v10 onwards
continue

# Show effect of warmup by using a TF model with TF-TRT optimization which is
# known to be slow on first inference.
# Note: model can be obatined via the fetching script in docs/example
Expand Down

0 comments on commit fd9f205

Please sign in to comment.