File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -137,3 +137,5 @@ fn main() -> Result<()> {
137
137
** progressbar** : The progress bar visualization is enabled by default. It might be disabled if
138
138
compilation for certain targets is not supported by the [ termios] ( https://crates.io/crates/termios )
139
139
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 125
125
//! **progressbar**: The progress bar visualization is enabled by default. It might be disabled if
126
126
//! compilation for certain targets is not supported by the [termios](https://crates.io/crates/termios)
127
127
//! 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.
128
130
129
131
#[ macro_use]
130
132
extern crate log;
You can’t perform that action at this time.
0 commit comments