Skip to content

Commit 1fad6af

Browse files
committed
update
1 parent befb750 commit 1fad6af

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pytorch/inference/buildspec-2-4-ec2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55
version: &VERSION 2.4.0
66
short_version: &SHORT_VERSION "2.4"
77
arch_type: x86
8-
# autopatch_build: "True"
8+
autopatch_build: "True"
99

1010
repository_info:
1111
inference_repository: &INFERENCE_REPOSITORY

pytorch/inference/buildspec-2-4-sm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55
version: &VERSION 2.4.0
66
short_version: &SHORT_VERSION "2.4"
77
arch_type: x86
8-
# autopatch_build: "True"
8+
autopatch_build: "True"
99

1010
repository_info:
1111
inference_repository: &INFERENCE_REPOSITORY

test/dlc_tests/container_tests/bin/pytorch_tests/test_pt_dlc_telemetry_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def perf_test(exec_cmd):
7575
perf_test("import torch")
7676
opt_in_opt_out_test("import torch")
7777

78-
# test generic python
79-
perf_test("import os")
80-
opt_in_opt_out_test("import os")
78+
# Disabling os tests until it is added to all new images
79+
# perf_test("import os")
80+
# opt_in_opt_out_test("import os")
8181

8282
print("All DLC telemetry test passed")

test/dlc_tests/container_tests/bin/test_tf_dlc_telemetry_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def performance_test(exec_cmd):
7676
performance_test("import tensorflow")
7777
opt_in_opt_out_test("import tensorflow")
7878

79-
# test base python functionality
79+
# Disabling os tests until it is added to all new images
8080
performance_test("import os")
8181
opt_in_opt_out_test("import os")
8282

0 commit comments

Comments
 (0)