Other
13 tutorials in this category.
8301
CHW-8301 HFRepoNotConfigured
no hosted huggingface repository registered for this org; ask an operator to register one before pushing
8302
CHW-8302 HFRepoNameRequired
name is required
8303
CHW-8303 HFRepoIDInvalid
could not parse repo_id from path; expected /api/{repo_type}s/{org}/{name}
8304
CHW-8304 HFCommitPathInvalid
could not parse commit path; expected /api/{repo_type}s/{org}/{name}/commit/{revision}
8305
CHW-8305 HFCommitParseFailed
could not parse NDJSON commit body; verify the header line and per-file entries
8306
CHW-8306 HFCommitFileEncoding
commit file content could not be decoded; only base64 encoding is supported
8307
CHW-8307 HFCommitEntryKindInvalid
unknown commit entry kind; expected "file" or "lfsFile"
8308
CHW-8308 HFLFSSHAMissing
lfsFile entry missing required oid field
8309
CHW-8309 HFLFSObjectNotFound
LFS object not found; upload the blob via PUT /lfs/objects/{oid} before referencing it from a commit
8310
CHW-8310 HFLFSPathInvalid
could not parse lfs upload path; expected /{repo_id}.git/lfs/objects/{oid}
8311
CHW-8311 HFLFSObjectTooLarge
lfs object exceeds 2GiB cap
8312
CHW-8312 HFLFSOIDMismatch
lfs object oid mismatch; the body hash disagrees with the oid in the URL
8313
CHW-8313 HFLFSSizeMismatch
lfs object size mismatch between client claim and stored blob