diff --git a/CMakeLists.txt b/CMakeLists.txt index a4ccae8..517481c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2019-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -502,6 +502,13 @@ install( ${INSTALL_CONFIGDIR} ) +install( + FILES + src/model.py + DESTINATION + ${CMAKE_INSTALL_PREFIX}/backends/pytorch +) + include(CMakePackageConfigHelpers) configure_package_config_file( ${CMAKE_CURRENT_LIST_DIR}/cmake/TritonPyTorchBackendConfig.cmake.in diff --git a/README.md b/README.md index 2c14421..b82c774 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@