Skip to content

Commit d36dd13

Browse files
committed
test cuda110
1 parent 4fe4562 commit d36dd13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/build_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# Do remember to revert it back to False before merging any PR (including NEURON dedicated PR)
66
ENABLE_NEURON_MODE = False
77
# Frameworks for which you want to disable both builds and tests
8-
DISABLE_FRAMEWORK_TESTS = []
8+
DISABLE_FRAMEWORK_TESTS = ["pytorch", "mxnet", "huggingface_pytorch", "huggingface_tensorflow"]
99
# Disable new builds or build without datetime tag
10-
DISABLE_DATETIME_TAG = False
10+
DISABLE_DATETIME_TAG = True
1111
# Note: Need to build the images at least once with DISABLE_DATETIME_TAG = True
1212
# before disabling new builds or tests will fail
1313
DISABLE_NEW_BUILDS = False

0 commit comments

Comments
 (0)