Skip to content

Commit

Permalink
Merge branch 'main' into cli/tab-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedsaed authored Aug 15, 2024
2 parents 9e91069 + a10a476 commit 7708752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fairseq2/models/wav2vec2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def __init__(

self.num_distractors = num_distractors
self.logit_temp = logit_temp
self.quantizer_encoder_grad = quantizer_encoder_grad

def forward(self, batch: SequenceBatch) -> Wav2Vec2Output:
"""
Expand Down

0 comments on commit 7708752

Please sign in to comment.