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