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.
numGpu :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Chat Number of GPUs to use.
numKeep :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Chat Number of tokens to keep from the previous context.
numPredict :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Chat Maximum number of tokens to predict.
numThread :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Chat Number of threads to use for inference.
numa :: ModelOptions -> Maybe Boolollama-haskell Data.Ollama.Chat Whether to enable NUMA-aware optimizations.
numBatch :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Common.Types Batch size used during generation.
numCtx :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Common.Types Number of context tokens.
numGpu :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Common.Types Number of GPUs to use.
numKeep :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Common.Types Number of tokens to keep from the previous context.
numPredict :: ModelOptions -> Maybe Intollama-haskell Data.Ollama.Common.Types Maximum number of tokens to predict.