Skip to content

Commit

Permalink
fix serving
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhangzz committed Nov 17, 2023
1 parent df40522 commit 4dc9b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turbomind/triton_backend/libfastertransformer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ void ModelInstanceState::ReadOutputTensors(size_t
output_dtype,
batchn_shape,
output_buffer,
TRITONSERVER_MEMORY_GPU,
TRITONSERVER_MEMORY_CPU,
model_instance_device_id_start_);
}

Expand Down

0 comments on commit 4dc9b53

Please sign in to comment.