aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornechda <nechda@yandex-team.com>2025-04-09 11:27:16 +0300
committernechda <nechda@yandex-team.com>2025-04-09 11:47:36 +0300
commit477ebee98a56c83d74793a0c41e29bbb211ed829 (patch)
tree485ff74a70c2b102ceff6150968783ea8e1f9c94
parent54fc0013c84757f06a83d1ce931b031d61b68aa4 (diff)
downloadydb-477ebee98a56c83d74793a0c41e29bbb211ed829.tar.gz
Change default TensorRT version in AUTOCHECK from 5 to 10
commit_hash:b82d5a6815e917785ddb64ad020632e814fe0308
-rw-r--r--build/ymake.core.conf4
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