llama_cpp
  • API Reference
    • Modules
  • LLamaCpp
    • Summary
    • Functions
      • embeddings/2
      • embeddings/3
      • free_model/1
      • new/1
      • new/2
      • predict/2
      • predict/3
  • LLamaCpp.ModelOptions
  • LLamaCpp.PredictOptions

View Source LLamaCpp (llama_cpp v0.1.0)

Summary

Functions

embeddings(llama, query)
embeddings(llama, query, options)
free_model(llama)
new(path)
new(path, model_opts)
predict(llama, query)
predict(llama, query, options)

Functions

Link to this function

embeddings(llama, query)

View Source
Link to this function

embeddings(llama, query, options)

View Source
Link to this function

free_model(llama)

View Source
Link to this function

new(path)

View Source
Link to this function

new(path, model_opts)

View Source
Link to this function

predict(llama, query)

View Source
Link to this function

predict(llama, query, options)

View Source

Hex Package Hex Preview (current file) Download ePub version

Built using ExDoc (v0.31.0) for the Elixir programming language