Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoyang1998 committed Mar 20, 2024
1 parent 862ccd7 commit 18d0333
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions egs/librispeech/ASR/zipformer_adapter/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ def main():
params.update(vars(args))

device = torch.device("cpu")
# if torch.cuda.is_available():
# device = torch.device("cuda", 0)

logging.info(f"device: {device}")

Expand Down

0 comments on commit 18d0333

Please sign in to comment.