|
Mila
Deep Neural Network Library
|
Files | |
| CurlHttpTransport.ixx | |
| libcurl as an IHttpTransport: one request, exactly the headers given. | |
| Environment.ixx | |
| Reading an environment variable, once, safely. | |
| HttpClient.ixx | |
| How to ask, and how to read the answer: redirects, the token rule, resume, status. | |
| HttpTransport.ixx | |
| One HTTP request, moved. | |
| HttpTransportBackend.Curl.ixx | |
| The HTTP transport this build has: libcurl. | |
| HttpTransportBackend.Null.ixx | |
| The transport for a build with no HTTP client of its own: one that refuses, by name. | |
| HuggingFaceHub.ixx | |
| The HuggingFace implementation of IModelHub, and its token discovery. | |
| ModelCoordinate.ixx | |
| How a hub repository is addressed: [hf:]<owner>/<repository>[@<revision>]. | |
| ModelHub.ixx | |
| The abstraction over a non-local model hub. | |
| ModelManifest.ixx | |
| The mila.json schema: what files compose a model, and for which Mila. | |
| ModelPackage.ixx | |
| A package directory: the manifest, the files it declares, and whether they agree. | |
| ModelResolver.ixx | |
| Pulls a published model into the store: manifest, variant selection, blobs, record. | |
| ModelStore.ixx | |
| The local store of installed models: content-addressed blobs plus the records that name them. | |
| Sha256.ixx | |
| Streaming SHA-256, for verifying downloaded model blobs against their digests. | |