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.

  1. numCtx :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of context tokens.

  2. numGpu :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of GPUs to use.

  3. numKeep :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of tokens to keep from the previous context.

  4. numPredict :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Maximum number of tokens to predict.

  5. numThread :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of threads to use for inference.

  6. numa :: ModelOptions -> Maybe Bool

    ollama-haskell Data.Ollama.Generate

    Whether to enable NUMA-aware optimizations.

  7. numBatch :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Batch size used during generation.

  8. numCtx :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Number of context tokens.

  9. numGpu :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Number of GPUs to use.

  10. numKeep :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Number of tokens to keep from the previous context.

Page 102 of many | Previous | Next