Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit c6e8ebf

Browse files
knottbfacebook-github-bot
authored andcommitted
Fix FBLearner Config for Cogwheel
Summary: Fixed config error in example FBLearner workflows. This should stop Cogwheel issues. Reviewed By: yuansen23 Differential Revision: D33747836 fbshipit-source-id: 6e5696ddf99b34057b682dd04891e25b3ce5b6b7
1 parent 1fe929a commit c6e8ebf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crypten/nn/onnx_converter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def _export_pytorch_model(f, pytorch_model, dummy_input):
127127
kwargs = {
128128
"do_constant_folding": False,
129129
"export_params": True,
130-
"enable_onnx_checker": True,
131130
"input_names": ["input"],
132131
"operator_export_type": OperatorExportTypes.ONNX,
133132
"output_names": ["output"],

0 commit comments

Comments
 (0)