alexrozanski / llama.swift

Fork of llama.cpp, supporting Facebook's LLaMA model in Swift
MIT License
154 stars 10 forks source link

Expose relevant, configurable properties on `llama_context` to Swift bindings in llama.swift #3

Open alexrozanski opened 1 year ago

alexrozanski commented 1 year ago

This will be needed for https://github.com/alexrozanski/LlamaChat/issues/13 and https://github.com/alexrozanski/LlamaChat/issues/4