File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ rm -rf "$COREML_DIR_PATH/third-party"
24
24
mkdir " $COREML_DIR_PATH /third-party"
25
25
26
26
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
28
28
cd $COREMLTOOLS_DIR_PATH
29
29
30
30
STATUS=$?
Original file line number Diff line number Diff line change @@ -91,10 +91,6 @@ def test_vit_skip_conv(self):
91
91
if node .op == "call_function"
92
92
] == total
93
93
94
- @pytest .mark .skipif (
95
- "b" in ct .__version__ or ct .__version__ < "8.0" ,
96
- reason = "coremltools 8.0 or higher is required" ,
97
- )
98
94
def test_buffer (self ):
99
95
embedding_dim = 3
100
96
max_seq_len = 2
You can’t perform that action at this time.
0 commit comments