Uses of Class
io.github.kirstenali.deepj.models.llama.LlamaModel
Packages that use LlamaModel
-
Uses of LlamaModel in io.github.kirstenali.deepj.models
Methods in io.github.kirstenali.deepj.models with parameters of type LlamaModelModifier and TypeMethodDescriptionstatic StringTextGenerator.generate(LlamaModel model, Tokenizer tok, TransformerConfig cfg, String prompt, int maxNewTokens, float temperature, int topK, long seed)