ModelFile
Object Hierarchy:
Description:
public class ModelFile :
Object,
Serializable
One file entry from Hub model siblings[] (typically a .gguf).
Content:
Properties:
- public int64 bytes_written { get; set; }
Bytes written so far for this sibling.
- public bool download_complete { get; set; }
True when this sibling is fully downloaded and verified.
- public string etag { get; set; }
LFS SHA-256 from Hub X-Linked-ETag (not CDN ETag).
- public string quant_label { get; set; }
Quantization label when known (e.g. Q4_K_M).
- public string rfilename { get; set; }
Repo-relative path (Hub rfilename).
- public string sha256_partial { get; set; }
Incremental SHA-256 hex while streaming (resume).
- public int64 size { get; set; }
File size in bytes (Hub size when present).
Static methods:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface OLLMrpc.Bin.Serializable