Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. numa :: ModelOptions -> Maybe Bool

    ollama-haskell Data.Ollama.Embeddings

    Whether to enable NUMA-aware optimizations.

  2. numBatch :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Batch size used during generation.

  3. numCtx :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of context tokens.

  4. numGpu :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of GPUs to use.

  5. numKeep :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of tokens to keep from the previous context.

  6. numPredict :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Maximum number of tokens to predict.

  7. numThread :: ModelOptions -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of threads to use for inference.

  8. numa :: ModelOptions -> Maybe Bool

    ollama-haskell Data.Ollama.Generate

    Whether to enable NUMA-aware optimizations.

  9. numBatch :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Batch size used during generation.

  10. numCtx :: ModelOptions -> Maybe Int

    ollama-haskell Ollama

    Number of context tokens.

Page 104 of many | Previous | Next