Skip to content

Commit 4f1ec3e

Browse files
authored
[ML] Revert #2991 and #2936 (#2995)
* Revert "[ML] Add quantized model ops to pytorch_inference allowlist (#2991)" This reverts commit 92432d6. * Revert "[ML] Harden pytorch_inference with TorchScript model graph validation (#2936)" This reverts commit 38f6653. * fix run_qa_tests buildkite step
1 parent 92432d6 commit 4f1ec3e

38 files changed

Lines changed: 24 additions & 2887 deletions

.buildkite/pipelines/run_qa_tests.yml.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ steps:
2222
- trigger: appex-qa-stateful-custom-ml-cpp-build-testing
2323
async: false
2424
build:
25-
message: "${BUILDKITE_MESSAGE}"
25+
message: |
26+
EOL
27+
28+
# Output the message with proper indentation for YAML literal block scalar
29+
printf '%s\n' "${BUILDKITE_MESSAGE}" | sed 's/^/ /'
30+
31+
cat <<EOL
2632
env:
2733
QAF_TESTS_TO_RUN: "${QAF_TESTS_TO_RUN:-ml_cpp_pr}"
2834
EOL

bin/pytorch_inference/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ ml_add_executable(pytorch_inference
3535
CBufferedIStreamAdapter.cc
3636
CCmdLineParser.cc
3737
CCommandParser.cc
38-
CModelGraphValidator.cc
3938
CResultWriter.cc
40-
CSupportedOperations.cc
4139
CThreadSettings.cc
4240
)
4341

bin/pytorch_inference/CModelGraphValidator.cc

Lines changed: 0 additions & 115 deletions
This file was deleted.

bin/pytorch_inference/CModelGraphValidator.h

Lines changed: 0 additions & 91 deletions
This file was deleted.

bin/pytorch_inference/CSupportedOperations.cc

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)