GGUF, the long way around

from blog Vicki Boykis, | ↗ original
Table of Contents How We Use LLM Artifacts What is a machine learning model Starting with a simple model Writing the model code Instantiating the model object Serializing our objects What is a file How does PyTorch write objects to files? How Pickle works From pickle to safetensors How safetensors works Checkpoint files GGML Finally, GGUF...