Skip to content

Commit 99b6fd1

Browse files
Ankang Liumeta-codesync[bot]
authored andcommitted
Revert D85017179: enable feature score auto collection in EBC
Differential Revision: D85017179 Original commit changeset: 3d62f8adbe20 Original Phabricator Diff: D85017179 fbshipit-source-id: 5a980f997b521920c72f2d028d7bf47338b170ea
1 parent 5dfddfd commit 99b6fd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fbgemm_gpu/fbgemm_gpu/split_table_batched_embeddings_ops_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ class KVZCHParams(NamedTuple):
241241
backend_return_whole_row: bool = False
242242
eviction_policy: EvictionPolicy = EvictionPolicy()
243243
embedding_cache_mode: bool = False
244-
feature_score_collection_enabled: bool = False
245244

246245
def validate(self) -> None:
247246
assert len(self.bucket_offsets) == len(self.bucket_sizes), (

0 commit comments

Comments
 (0)