Uses of Class
chat.octet.model.exceptions.ModelException
Packages that use ModelException
-
Uses of ModelException in chat.octet.model
Methods in chat.octet.model that throw ModelExceptionModifier and TypeMethodDescriptionstatic voidLlamaService.createNewContextWithModel(LlamaContextParams params) Create new context with model.static voidLlamaService.loadLlamaModelFromFile(String modelPath, LlamaModelParams params) Load Llama model from file.static intLlamaService.loadLoraModelFromFile(String loraPath, float loraScale, String baseModelPath, int threads) Apply a LoRA adapter to a loaded model path_base_model is the path to a higher quality model to use as a base for the layers modified by the adapter.