Skip to content

Commit 7e9d0f9

Browse files
authored
build(fix): Update header file reference (#170)
* Update header file reference * fix: address pre-commit issue * Update header name
1 parent cb9336c commit 7e9d0f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/libtorch.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "model_instance_state.hh"
2828
#include "model_state.hh"
2929
#include "naming_convention.hh"
30-
#include "string_utilities.hh"
30+
#include "string_utils.hh"
3131

3232
//
3333
// PyTorch C++ (LibTorch) Backend that implements the TRITONBACKEND API.

src/model_instance_state.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
#include "model_instance_state.hh"
28-
#include "string_utilities.hh"
28+
29+
#include "string_utils.hh"
2930

3031
#ifdef TRITON_PYTORCH_ENABLE_TORCHVISION
3132
// Suppress warnings in torch headers

0 commit comments

Comments
 (0)