Index
How to
julia>] add https://github.com/VaiTon/GGUF.jl
Example
using GGUF
model = GGUF.open("model.gguf")
ts = tensors(model)
ms = metadata(model)
julia>] add https://github.com/VaiTon/GGUF.jl
using GGUF
model = GGUF.open("model.gguf")
ts = tensors(model)
ms = metadata(model)
Settings
This document was generated with Documenter.jl version 1.3.0 on Monday 11 March 2024. Using Julia version 1.10.2.