• Jesse Gross's avatar
    model: Load tensors behind an interface · d650ad39
    Jesse Gross authored
    Currently, if a model uses an interface for its data structures (as mllama
    does) then the tensor data in the structs implementing that interface will
    not get loaded.
    d650ad39
model.go 5.5 KB