Edit of asset "Godot Llama" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Godot Llama | Godot Llama |
| Description |
Godot Llama brings llama.cpp into Godot 4.x as a native GDExtension so you can run local GGUF models directly in your game or tool. Included API classes: LlamaModel for model loading, tokenization/detokenization, vocab, and metadata LlamaContext for context creation, generation, streaming signals, cancellation, and perf stats LlamaSampler for configurable sampling behavior LlamaAsyncWorker for non-blocking generation workflows Features: Synchronous and token-streaming text generation Common generation controls (temperature, top_k, top_p, min_p, penalties, stop sequences, seed, max tokens) Context state helpers (save/load state to memory or file, clear KV cache) Demo scene included at demo.tscn Requirements: Godot 4.5 Local GGUF model files Platform binaries in addons/godot_llama/bin/ (provided by release artifacts) Quick start: Copy addons/godot_llama/ into your Godot project. Open res://addons/godot_llama/demo/demo.tscn. Select a .gguf model, create context, and generate. |
Godot Llama brings llama.cpp into Godot 4.x as a native GDExtension so you can run local GGUF models directly in your game or tool. Included API classes: LlamaModel for model loading, tokenization/detokenization, vocab, and metadata LlamaContext for context creation, generation, streaming signals, cancellation, and perf stats LlamaSampler for configurable sampling behavior LlamaAsyncWorker for non-blocking generation workflows Features: Synchronous and token-streaming text generation Common generation controls (temperature, top_k, top_p, min_p, penalties, stop sequences, seed, max tokens) Context state helpers (save/load state to memory or file, clear KV cache) Demo scene included at demo.tscn Requirements: Godot 4.5 Local GGUF model files Platform binaries in addons/godot_llama/bin/ (provided by release artifacts) Quick start: Copy addons/godot_llama/ into your Godot project. Open res://addons/godot_llama/demo/demo.tscn. Select a .gguf model, create context, and generate. |
| Category | Tools | Tools |
| License | MIT | MIT |
| Repository Provider | Custom | Custom |
| Repository Url | https://github.com/mgrigajtis/godot_llama | https://github.com/mgrigajtis/godot_llama |
| Issues Url | https://github.com/mgrigajtis/godot_llama/issues | https://github.com/mgrigajtis/godot_llama/issues |
| Godot version | Godot 4.5 | Godot 4.5 |
| Version String | 1.0.0 | 1.0.0 |
| Download Commit | https://github.com/mgrigajtis/godot_llama/releases/download/1.0.0/godot-llama-plugin-all-platforms-1.0.0.zip | https://github.com/mgrigajtis/godot_llama/releases/download/1.0.0/godot-llama-plugin-all-platforms-1.0.0.zip |
| Download Url (Computed) | https://github.com/mgrigajtis/godot_llama/releases/download/1.0.0/godot-llama-plugin-all-platforms-1.0.0.zip | https://github.com/mgrigajtis/godot_llama/releases/download/1.0.0/godot-llama-plugin-all-platforms-1.0.0.zip |
| Icon Url |
https://github.com/mgrigajtis.png
|
https://github.com/mgrigajtis.png
|