We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9336c commit 7e9d0f9Copy full SHA for 7e9d0f9
src/libtorch.hh
@@ -27,7 +27,7 @@
27
#include "model_instance_state.hh"
28
#include "model_state.hh"
29
#include "naming_convention.hh"
30
-#include "string_utilities.hh"
+#include "string_utils.hh"
31
32
//
33
// PyTorch C++ (LibTorch) Backend that implements the TRITONBACKEND API.
src/model_instance_state.cc
@@ -25,7 +25,8 @@
25
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
+
#ifdef TRITON_PYTORCH_ENABLE_TORCHVISION
// Suppress warnings in torch headers
0 commit comments