File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,8 +134,10 @@ fn main() -> Result<()> {
134134 ** _ Please note this behavior may evolve in the future_ **
135135
136136## Features
137- ** progressbar** : The progress bar visualization is enabled by default. It might be disabled if
137+
138+ - ** progressbar** : The progress bar visualization is enabled by default. It might be disabled if
138139 compilation for certain targets is not supported by the [ termios] ( https://crates.io/crates/termios )
139140 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+
142+ - ** http** : This feature enables downloading the tokenizer via HTTP. It is disabled by default.
141143 With this feature enabled, ` Tokenizer::from_pretrained ` becomes accessible.
You can’t perform that action at this time.
0 commit comments