Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. numKeep :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of tokens to keep from the previous context.

  2. numPredict :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Maximum number of tokens to predict.

  3. numThread :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of threads to use for inference.

  4. numa :: ModelOptions -> Maybe Bool

    ollama-haskell Data.Ollama.Generate

    Whether to enable NUMA-aware optimizations.

  5. numBatch :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Batch size used during generation.

  6. numCtx :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Number of context tokens.

  7. numGpu :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Number of GPUs to use.

  8. numKeep :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Number of tokens to keep from the previous context.

  9. numPredict :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Maximum number of tokens to predict.

  10. numThread :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Number of threads to use for inference.

Page 104 of many | Previous | Next