Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Jan 10, 2025
1 parent d22f033 commit 80806fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdc/model_server/models/scgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def __init__(
self.cell_emb_style = cell_emb_style
self.norm_scheme = norm_scheme
self.explicit_zero_prob = explicit_zero_prob
self.use_flash_attention = self.use_fast_transformer
super().__init__(pad_token_id=pad_token_id, **kwargs)

class ExprDecoder(nn.Module):
Expand Down

0 comments on commit 80806fa

Please sign in to comment.