Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
numCtx :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Generate Number of context tokens.
numGpu :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Generate Number of GPUs to use.
numKeep :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Generate Number of tokens to keep from the previous context.
numPredict :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Generate Maximum number of tokens to predict.
numThread :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Generate Number of threads to use for inference.
numa :: ModelOptions -> Maybe Boolollama-haskell Data.Ollama.Generate Whether to enable NUMA-aware optimizations.
numBatch :: ModelOptions -> Maybe Intollama-haskell Ollama Batch size used during generation.
numCtx :: ModelOptions -> Maybe Intollama-haskell Ollama Number of context tokens.
numGpu :: ModelOptions -> Maybe Intollama-haskell Ollama Number of GPUs to use.
numKeep :: ModelOptions -> Maybe Intollama-haskell Ollama Number of tokens to keep from the previous context.