Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
Distribution.ModelCoordinate Module Reference

Classes

struct  Mila::Distribution::ModelCoordinate
 Where a repository lives on a hub. More...

Functions

std::optional< ModelCoordinateMila::Distribution::parseCoordinate (std::string_view spec)
 Parse a coordinate, or return nothing if the spec is not one.

Variables

constexpr std::string_view Mila::Distribution::kDefaultHubOwner = "mila-llm"
 The owner Mila's published models live under.

Files

file  Mila/Src/Distribution/ModelCoordinate.ixx
 How a hub repository is addressed: [hf:]<owner>/<repository>[@<revision>].