Skip to content

Commit 34fea88

Browse files
authored
Remove LLM checksum for testing (#1113)
This PR removes the checksum values for LLM models, so that custom models can be used in testing.
1 parent 960c94a commit 34fea88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mobile_back_tflite/cpp/backend_tflite/backend_settings/tflite_settings_android.pbtxt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ benchmark_setting {
267267
accelerator_desc: "CPU"
268268
model_file: {
269269
model_path: "https://mobile.mlcommons-storage.org/app-resources/models/v6_0/tflite/llama_q8_ekv3072.tflite"
270-
model_checksum: "54efe0be372b55303673245067beef62"
270+
model_checksum: ""
271271
}
272272
model_file: {
273273
model_path: "https://mobile.mlcommons-storage.org/app-resources/datasets/v6_0/llama3_1b.spm.model"
@@ -298,7 +298,7 @@ benchmark_setting {
298298
accelerator_desc: "CPU"
299299
model_file: {
300300
model_path: "https://mobile.mlcommons-storage.org/app-resources/models/v6_0/tflite/llama_q8_ekv3072.tflite"
301-
model_checksum: "54efe0be372b55303673245067beef62"
301+
model_checksum: ""
302302
}
303303
model_file: {
304304
model_path: "https://mobile.mlcommons-storage.org/app-resources/datasets/v6_0/llama3_1b.spm.model"

0 commit comments

Comments
 (0)