You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the template. When opening in Godot, the nodes are missing, thus doesn't run (text_generation.tscn).
I then went to the asset library and downloaded the Godot LLM tool, and installed.
As per the README.md, step 4 (for Windows) says to run in Godot or export APK (which I am not doing) I have it in Forward+ rendering method. Am I supposed to have this in Mobile?
I saved and restarted to get the missing nodes (GDLlama node) to show up in the scene.
I have created a folder called models in the file directory, mapping to the existing model path:
models/Meta-Llama-3-8B-Instruct.Q5_K_M.gguf
I think there may be a discrepancy with the model name. This is what I downloaded -> Meta-Llama-3-8B-Instruct-Q5_K_M.gguf
Specifically the Instruct DOT Q5 versus Instruct DASH Q5
I have renamed the path to match the model I downloaded.
When I run the text_generation scene in Godot, nothing happens when I click GENERATE - it seems to be working but it doesn't reply and crashes after a moment. What am I doing wrong?
Thank you for your work here. I'm excited to get this up and running!
The text was updated successfully, but these errors were encountered:
I have downloaded the template. When opening in Godot, the nodes are missing, thus doesn't run (text_generation.tscn).
I then went to the asset library and downloaded the Godot LLM tool, and installed.
As per the README.md, step 4 (for Windows) says to run in Godot or export APK (which I am not doing) I have it in Forward+ rendering method. Am I supposed to have this in Mobile?
I saved and restarted to get the missing nodes (GDLlama node) to show up in the scene.
I have created a folder called models in the file directory, mapping to the existing model path:
models/Meta-Llama-3-8B-Instruct.Q5_K_M.gguf
I think there may be a discrepancy with the model name. This is what I downloaded -> Meta-Llama-3-8B-Instruct-Q5_K_M.gguf
Specifically the Instruct DOT Q5 versus Instruct DASH Q5
I have renamed the path to match the model I downloaded.
When I run the text_generation scene in Godot, nothing happens when I click GENERATE - it seems to be working but it doesn't reply and crashes after a moment. What am I doing wrong?
Thank you for your work here. I'm excited to get this up and running!
The text was updated successfully, but these errors were encountered: