Uses of Class
chat.octet.model.exceptions.DecodeException
Packages that use DecodeException
-
Uses of DecodeException in chat.octet.model
Methods in chat.octet.model that throw DecodeExceptionModifier and TypeMethodDescriptionstatic intLlamaService.sampling(float[] logits, int[] lastTokens, int lastTokensSize, float penalty, float alphaFrequency, float alphaPresence, boolean penalizeNL, int mirostatMode, float mirostatTAU, float mirostatETA, float temperature, int topK, float topP, float tsf, float typical, float minP, float dynatempRange, float dynatempExponent, int sequenceId, int pastTokenSize) Inference sampling the next token.static intLlamaService.sampling(GenerateParameter generateParams, float[] logits, int[] lastTokens, int sequenceId, int pastTokenSize) Inference sampling the next token.