|
Mila
Deep Neural Network Library
|
Pulls a published model into the store: manifest, variant selection, blobs, record. More...
#include <cstdint>#include <filesystem>#include <format>#include <functional>#include <stdexcept>#include <string>#include <system_error>import Distribution.ModelStore;import Distribution.ModelManifest;import Distribution.ModelHub;import Distribution.ModelCoordinate;Classes | |
| class | Mila::Distribution::ModelResolver |
| Pulls a published model into the store. More... | |
Namespaces | |
| namespace | Mila |
| Mila main API namespace. | |
Pulls a published model into the store: manifest, variant selection, blobs, record.
Composes a hub with a store and knows neither one's internals – no URL appears here, and no filesystem layout. The hub is an interface, so every case runs offline against a fake. See Specifications/ModelDistribution.md.