We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8105c3c commit e7ae808Copy full SHA for e7ae808
tokenizers/src/lib.rs
@@ -125,6 +125,7 @@
125
//! **progressbar**: The progress bar visualization is enabled by default. It might be disabled if
126
//! compilation for certain targets is not supported by the [termios](https://crates.io/crates/termios)
127
//! dependency of the [indicatif](https://crates.io/crates/indicatif) progress bar.
128
+//!
129
//! **http**: This feature enables downloading the tokenizer via HTTP. It is disabled by default.
130
//! With this feature enabled, `Tokenizer::from_pretrained` becomes accessible.
131
0 commit comments