Skip to content

Commit 0f71b12

Browse files
committed
test with variable batch size
1 parent 9b1c432 commit 0f71b12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,21 +106,21 @@ jobs:
106106
name: Test onnx-coreml 754042
107107
command: |
108108
wget https://training.lczero.org/get_network?sha=5b3bc98eb1f20249daae9f26622c8ba40cd6878f6b4ac2aba76b0d81fc98af70 -O 754042.pb.gz
109-
build-arm/lc0 bench -w 754042.pb.gz -b onnx-coreml -o fp16=false,batch=16,steps=1
109+
build-arm/lc0 bench -w 754042.pb.gz -b onnx-coreml -o fp16=false
110110
- run:
111111
name: Test onnx-coreml 754042 fp16
112112
command: |
113-
build-arm/lc0 bench -w 754042.pb.gz -b onnx-coreml -o batch=16,steps=1
113+
build-arm/lc0 bench -w 754042.pb.gz -b onnx-coreml
114114
- run:
115115
name: Test onnx-coreml 11248
116116
command: |
117117
wget https://storage.lczero.org/files/networks/994de36c13ddf2540bf588817fcca0cb4e279e61c7d118c3bccc9c74419caecd -O 11248.pb.gz
118-
build-arm/lc0 bench -w 11248.pb.gz -b onnx-coreml -o fp16=false,batch=16,steps=1
118+
build-arm/lc0 bench -w 11248.pb.gz -b onnx-coreml -o fp16=false
119119
120120
- run:
121121
name: Test onnx-coreml 11248 fp16
122122
command: |
123-
build-arm/lc0 bench -w 11248.pb.gz -b onnx-coreml -o batch=16,steps=1
123+
build-arm/lc0 bench -w 11248.pb.gz -b onnx-coreml
124124
125125
"upload-github-release":
126126
macos:

0 commit comments

Comments
 (0)