Skip to content

Commit 04e1ba9

Browse files
authored
Update ios_coreml_workflow.rst (#2048)
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
1 parent 4d5c982 commit 04e1ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/ios_coreml_workflow.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Next, since the Core ML delegate is a prototype feature, let's install the PyTor
2626
2727
pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
2828
29-
pip3 install coremltools==5.0b5
29+
pip3 install coremltools==5.0b5 protobuf==3.20.1
3030
3131
3232
Model Preparation

0 commit comments

Comments
 (0)