open
Open a GGUF file for streaming access.
Parses metadata immediately but does not load tensor data. Memory usage is proportional to metadata size (~1 MB max), regardless of total file size.
Return
A StreamingGGUFReader ready for use
Parameters
source
A RandomAccessSource for the GGUF file