From e6b7f24bec8a1d9aa6c3f87abe8c81955fd3716e Mon Sep 17 00:00:00 2001 From: John Detloff Date: Tue, 20 Sep 2022 08:26:44 -0500 Subject: [PATCH] Update ios_coreml_workflow.rst Downgrading to this version of protobuf may be necessary for this workflow to succeed. This is reflected in our build here https://github.com/pytorch/pytorch/blob/master/.github/workflows/_ios-build-test.yml#L168 --- prototype_source/ios_coreml_workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype_source/ios_coreml_workflow.rst b/prototype_source/ios_coreml_workflow.rst index f6343ef05f0..bfaccd77a10 100644 --- a/prototype_source/ios_coreml_workflow.rst +++ b/prototype_source/ios_coreml_workflow.rst @@ -26,7 +26,7 @@ Next, since the Core ML delegate is a prototype feature, let's install the PyTor pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html - pip3 install coremltools==5.0b5 + pip3 install coremltools==5.0b5 protobuf==3.20.1 Model Preparation