File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -137,3 +137,5 @@ fn main() -> Result<()> {
137137** progressbar** : The progress bar visualization is enabled by default. It might be disabled if
138138 compilation for certain targets is not supported by the [ termios] ( https://crates.io/crates/termios )
139139 dependency of the [ indicatif] ( https://crates.io/crates/indicatif ) progress bar.
140+ ** http** : This feature enables downloading the tokenizer via HTTP. It is disabled by default.
141+ With this feature enabled, ` Tokenizer::from_pretrained ` becomes accessible.
Original file line number Diff line number Diff line change 125125//! **progressbar**: The progress bar visualization is enabled by default. It might be disabled if
126126//! compilation for certain targets is not supported by the [termios](https://crates.io/crates/termios)
127127//! dependency of the [indicatif](https://crates.io/crates/indicatif) progress bar.
128+ //! **http**: This feature enables downloading the tokenizer via HTTP. It is disabled by default.
129+ //! With this feature enabled, `Tokenizer::from_pretrained` becomes accessible.
128130
129131#[ macro_use]
130132extern crate log;
You can’t perform that action at this time.
0 commit comments