Uses of Enum Class
chat.octet.model.enums.ModelFileType
Packages that use ModelFileType
-
Uses of ModelFileType in chat.octet.model
Methods in chat.octet.model with parameters of type ModelFileTypeModifier and TypeMethodDescriptionstatic intLlamaService.llamaModelQuantize(String sourceModelFilePath, String outputModelFilePath, ModelFileType modelFileType) Quantize the model. -
Uses of ModelFileType in chat.octet.model.enums
Methods in chat.octet.model.enums that return ModelFileTypeModifier and TypeMethodDescriptionstatic ModelFileTypeReturns the enum constant of this class with the specified name.static ModelFileTypeModelFileType.valueOfType(int type) static ModelFileType[]ModelFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.