What does SafeTensors mean in inference serving?
SafeTensors is a tensor checkpoint format with a metadata header and raw tensor data. It avoids arbitrary code execution during deserialization and supports memory-mapped access patterns. Loaders validate offsets, data types, and shapes before exposing tensor views. Actual transfer behavior still depends on framework, storage, operating system, and destination device.