Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
ModelResolver.ixx File Reference

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.

Detailed Description

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.