All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.langchain4j.llama3.copy.GGMLTensorEntry Maven / Gradle / Ivy

package io.quarkiverse.langchain4j.llama3.copy;

import java.lang.foreign.MemorySegment;

public record GGMLTensorEntry(MemorySegment mappedFile, String name, GGMLType ggmlType, int[] shape,
        MemorySegment memorySegment) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy