Adding hyperchad_transformer_models library as a dependency

Run this command in a terminal, in your project's directory:

cargo add hyperchad_transformer_models

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

hyperchad_transformer_models = "0.1.4"

The hyperchad_transformer_models library will be automatically available globally. Read the hyperchad_transformer_models library documentation.

Back to the crate overview.