@@ -150,29 +150,18 @@ case "${PLATFORM}:${DTYPE}:${MODE}" in
150150 # Linux x86 configurations
151151 " x86:fp32:portable" ) MAX_EXPORT_TIME=100 ;; # actual: 72s
152152 " x86:fp32:xnnpack+custom" ) MAX_EXPORT_TIME=360 ;; # actual: 276s
153- " x86:fp32:xnnpack+custom+qe" ) MAX_EXPORT_TIME=360 ;;
154- " x86:fp32:xnnpack+custom+quantize_kv" ) MAX_EXPORT_TIME=400 ;;
155- " x86:fp32:xnnpack+quantize_kv" ) MAX_EXPORT_TIME=400 ;;
156153 " x86:bf16:portable" ) MAX_EXPORT_TIME=100 ;; # actual: 75s
157- " x86:bf16:custom" ) MAX_EXPORT_TIME=130 ;;
158154
159155 # Linux ARM64 configurations
160156 " arm64:fp32:portable" ) MAX_EXPORT_TIME=162 ;; # actual: 124s
161157 " arm64:fp32:xnnpack+custom" ) MAX_EXPORT_TIME=630 ;; # actual: 483s
162- " arm64:fp32:xnnpack+custom+qe" ) MAX_EXPORT_TIME=630 ;;
163- " arm64:fp32:xnnpack+custom+quantize_kv" ) MAX_EXPORT_TIME=680 ;;
164- " arm64:fp32:xnnpack+quantize_kv" ) MAX_EXPORT_TIME=680 ;;
165158 " arm64:bf16:portable" ) MAX_EXPORT_TIME=162 ;; # actual: 118s
166159 " arm64:bf16:custom" ) MAX_EXPORT_TIME=133 ;; # actual: 102s
167160
168161 # macOS configurations
169162 " macos:fp32:mps" ) MAX_EXPORT_TIME=60 ;; # actual: 30s
170163 " macos:fp32:coreml" ) MAX_EXPORT_TIME=80 ;; # actual: 61s
171164 " macos:fp32:xnnpack+custom+quantize_kv" ) MAX_EXPORT_TIME=170 ;; # actual: 133s
172- " macos:fp32:xnnpack+custom" ) MAX_EXPORT_TIME=150 ;;
173- " macos:fp32:portable" ) MAX_EXPORT_TIME=80 ;;
174- " macos:bf16:portable" ) MAX_EXPORT_TIME=80 ;;
175- " macos:bf16:custom" ) MAX_EXPORT_TIME=100 ;;
176165
177166 # Default fallback for unknown configurations
178167 * )
0 commit comments