Uses of Class
chat.octet.model.exceptions.DecodeException

Packages that use DecodeException
Package
Description
 
  • Uses of DecodeException in chat.octet.model

    Methods in chat.octet.model that throw DecodeException
    Modifier and Type
    Method
    Description
    static int
    LlamaService.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, int sequenceId, int pastTokenSize)