Skip to content

Commit

Permalink
Fix doc comment grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 authored Jan 6, 2025
1 parent 335ec48 commit 058420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/speedyspeech/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//! There's an old version of torch used in speedyspeech, one with worse ONNX support. Any changes
//! to the pretrained graph would need to be done via this old version of torch and torch doesn't
//! come with a clear upgrade path. To run speedyspeech I would have had to port the code to a much
//! newer torch version and retrained a model from scratch.
//! newer torch version and retrain a model from scratch.
//!
//! This is generally a painful part of ML when libraries like
//! torch or tensorflow are updated there's no thought given to the upgrade flow for users. I think
Expand Down

0 comments on commit 058420c

Please sign in to comment.