mix opsmo.embed (opsmo v0.3.11)

Downloads model files from HuggingFace.

Usage

$ mix opsmo.embed MODEL_NAME[:VERSION] [MODEL_NAME[:VERSION]...]

If no models are specified, it will use the configuration from config.exs:

config :opsmo, :models, %{
  "crpm" => "0.3.7",
  "llm" => "main"
}

Examples:

$ mix opsmo.embed crpm
$ mix opsmo.embed crpm:v1.0.0
$ mix opsmo.embed crpm:main llm:dev classifier