"test/git@developer.sourcefind.cn:change/sglang.git" did not exist on "5ff25cdf5b1310e83d9e595142b39ae4d7b561e9"
Commit fefe47ee authored by Taylor Robie's avatar Taylor Robie
Browse files

remove match_mlperf from expected cache keys

parent e0f26727
...@@ -44,7 +44,7 @@ DATASET_TO_NUM_USERS_AND_ITEMS = { ...@@ -44,7 +44,7 @@ DATASET_TO_NUM_USERS_AND_ITEMS = {
_EXPECTED_CACHE_KEYS = ( _EXPECTED_CACHE_KEYS = (
rconst.TRAIN_USER_KEY, rconst.TRAIN_ITEM_KEY, rconst.EVAL_USER_KEY, rconst.TRAIN_USER_KEY, rconst.TRAIN_ITEM_KEY, rconst.EVAL_USER_KEY,
rconst.EVAL_ITEM_KEY, rconst.USER_MAP, rconst.ITEM_MAP, "match_mlperf") rconst.EVAL_ITEM_KEY, rconst.USER_MAP, rconst.ITEM_MAP)
def _filter_index_sort(raw_rating_path, cache_path): def _filter_index_sort(raw_rating_path, cache_path):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment