diff options
| -rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index d6fc5e9e8d4..bbcc3d87a8f 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -5669,7 +5669,7 @@ when ($CUDA11) { when ($CUDA12) { CUDA_VERSION=12.6 CUDNN_VERSION=8.6.0 - TENSORRT_VERSION=8 + TENSORRT_VERSION=10 CUDA_ARCHITECTURES= NVCC_STD_VER=20 } @@ -5679,7 +5679,7 @@ when ($TENSORFLOW_WITH_CUDA) { } when (!$TENSORRT_VERSION) { - TENSORRT_VERSION=5 + TENSORRT_VERSION=10 } ANDROID_APK_TEST_ACTIVITY_VALUE=com.yandex.test.unittests/.RunTestsActivity |
