Skip to content

Conversation

@emlin
Copy link
Contributor

@emlin emlin commented Oct 20, 2025

Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/2044

Enable feature score auto collection for EBC in the similar way of EC. The configuration has no difference in embedding table config:

          virtual_table_eviction_policy=FeatureScoreBasedEvictionPolicy(
              training_id_eviction_trigger_count=260_000_000,  # 260M
              training_id_keep_count=160_000_000,  # 160M
              enable_auto_feature_score_collection=True,
              feature_score_mapping={
                  "sparse_public_original_content_creator": 1.0,
              },
              feature_score_default_value=0.5,
          ),

Differential Revision: D85017179

@meta-codesync
Copy link
Contributor

meta-codesync bot commented Oct 20, 2025

@emlin has exported this pull request. If you are a Meta employee, you can view the originating Diff in D85017179.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 20, 2025
emlin added a commit to emlin/FBGEMM that referenced this pull request Oct 20, 2025
Summary:
X-link: meta-pytorch/torchrec#3475

X-link: facebookresearch/FBGEMM#2044

Enable feature score auto collection for EBC in the similar way of EC. The configuration has no difference in embedding table config:

              virtual_table_eviction_policy=FeatureScoreBasedEvictionPolicy(
                  training_id_eviction_trigger_count=260_000_000,  # 260M
                  training_id_keep_count=160_000_000,  # 160M
                  enable_auto_feature_score_collection=True,
                  feature_score_mapping={
                      "sparse_public_original_content_creator": 1.0,
                  },
                  feature_score_default_value=0.5,
              ),

Differential Revision: D85017179
emlin added a commit to emlin/torchrec that referenced this pull request Oct 21, 2025
Summary:
X-link: pytorch/FBGEMM#5031


X-link: facebookresearch/FBGEMM#2044

Enable feature score auto collection for EBC in the similar way of EC. The configuration has no difference in embedding table config:

              virtual_table_eviction_policy=FeatureScoreBasedEvictionPolicy(
                  training_id_eviction_trigger_count=260_000_000,  # 260M
                  training_id_keep_count=160_000_000,  # 160M
                  enable_auto_feature_score_collection=True,
                  feature_score_mapping={
                      "sparse_public_original_content_creator": 1.0,
                  },
                  feature_score_default_value=0.5,
              ),

Differential Revision: D85017179
emlin added a commit to emlin/FBGEMM that referenced this pull request Oct 21, 2025
Summary:

X-link: meta-pytorch/torchrec#3475

X-link: facebookresearch/FBGEMM#2044

Enable feature score auto collection for EBC in the similar way of EC. The configuration has no difference in embedding table config:

              virtual_table_eviction_policy=FeatureScoreBasedEvictionPolicy(
                  training_id_eviction_trigger_count=260_000_000,  # 260M
                  training_id_keep_count=160_000_000,  # 160M
                  enable_auto_feature_score_collection=True,
                  feature_score_mapping={
                      "sparse_public_original_content_creator": 1.0,
                  },
                  feature_score_default_value=0.5,
              ),

Differential Revision: D85017179
Summary:
X-link: pytorch/FBGEMM#5031


X-link: facebookresearch/FBGEMM#2044

Enable feature score auto collection for EBC in the similar way of EC. The configuration has no difference in embedding table config:

              virtual_table_eviction_policy=FeatureScoreBasedEvictionPolicy(
                  training_id_eviction_trigger_count=260_000_000,  # 260M
                  training_id_keep_count=160_000_000,  # 160M
                  enable_auto_feature_score_collection=True,
                  feature_score_mapping={
                      "sparse_public_original_content_creator": 1.0,
                  },
                  feature_score_default_value=0.5,
              ),

Differential Revision: D85017179
emlin added a commit to emlin/FBGEMM that referenced this pull request Oct 29, 2025
Summary:

X-link: meta-pytorch/torchrec#3475

X-link: facebookresearch/FBGEMM#2044

Enable feature score auto collection for EBC in the similar way of EC. The configuration has no difference in embedding table config:

              virtual_table_eviction_policy=FeatureScoreBasedEvictionPolicy(
                  training_id_eviction_trigger_count=260_000_000,  # 260M
                  training_id_keep_count=160_000_000,  # 160M
                  enable_auto_feature_score_collection=True,
                  feature_score_mapping={
                      "sparse_public_original_content_creator": 1.0,
                  },
                  feature_score_default_value=0.5,
              ),

Differential Revision: D85017179
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant