Skip to content

Commit 4c263d2

Browse files
author
yifan_shen3
committed
try fix CI: pin coremltools 8.0b2
1 parent 6a7ccca commit 4c263d2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

backends/apple/coreml/scripts/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rm -rf "$COREML_DIR_PATH/third-party"
2424
mkdir "$COREML_DIR_PATH/third-party"
2525

2626
echo "${green}ExecuTorch: Cloning coremltools."
27-
git clone --depth 1 --branch 8.0b1 "https://github.com/apple/coremltools.git" $COREMLTOOLS_DIR_PATH
27+
git clone --depth 1 --branch 8.0b2 "https://github.com/apple/coremltools.git" $COREMLTOOLS_DIR_PATH
2828
cd $COREMLTOOLS_DIR_PATH
2929

3030
STATUS=$?

backends/apple/coreml/test/test_coreml_partitioner.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ def test_vit_skip_conv(self):
9191
if node.op == "call_function"
9292
] == total
9393

94-
@pytest.mark.skipif(
95-
"b" in ct.__version__ or ct.__version__ < "8.0",
96-
reason="coremltools 8.0 or higher is required",
97-
)
9894
def test_buffer(self):
9995
embedding_dim = 3
10096
max_seq_len = 2

0 commit comments

Comments
 (0)