Skip to content

Commit

Permalink
2025-01-25 nightly release (526902f)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Jan 25, 2025
1 parent 72845b4 commit d245db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchrec/metrics/gauc.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def to_3d(
return torch.ops.fbgemm.jagged_2d_to_dense(tensor_2d, offsets, max_length)


@torch.compiler.disable
def get_auc_states(
labels: torch.Tensor,
predictions: torch.Tensor,
Expand Down

0 comments on commit d245db3

Please sign in to comment.