llama_cpp
▼
Project version
v0.1.0
Pages
Modules
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
Search documentation of llama_cpp
Settings
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
×