Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. numBatch :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Batch size used during generation.

  2. numCtx :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of context tokens.

  3. numGpu :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of GPUs to use.

  4. numKeep :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of tokens to keep from the previous context.

  5. numPredict :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Maximum number of tokens to predict.

  6. numThread :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of threads to use for inference.

  7. numa :: ModelOptions -> Maybe Bool

    ollama-haskell Data.Ollama.Generate

    Whether to enable NUMA-aware optimizations.

  8. numBatch :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Batch size used during generation.

  9. numCtx :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Number of context tokens.

  10. numGpu :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Number of GPUs to use.

Page 102 of many | Previous | Next