Skip to content

Commit

Permalink
point to new tasks url
Browse files Browse the repository at this point in the history
Signed-off-by: Danil Uzlov <[email protected]>
  • Loading branch information
d-uzlov committed Dec 22, 2021
1 parent cabefda commit 0c79c9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class CalculatingActivity extends BaseActivity
public static final String CONFIG_SDCARD_PATH =
"/storage/emulated/0/mlperf_datasets/tasks_v2.pbtxt";
public static final String CONFIG_DEFAULT_URL =
"https://github.com/mlcommons/mobile_models/raw/main/v1_0/assets/tasks_v2.pbtxt";
"https://raw.githubusercontent.com/mlcommons/mobile_models/mao/162/add-mosaic-task/v2_0/assets/tasks_v3.pbtxt";
public static final String SETTINGS_PATH = "SETTINGS_PATH";

private float summaryScore;
Expand Down

0 comments on commit 0c79c9b

Please sign in to comment.