Skip to content

Commit

Permalink
Reduce n_predict
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed May 11, 2024
1 parent 12924e7 commit 46ac96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions text_generation.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ script = ExtResource("1_jujmh")

[node name="Llama" type="GDLlama" parent="."]
model_path = "models/Meta-Llama-3-8B-Instruct.Q5_K_M.gguf"
n_predict = 256
n_keep = 128
n_threads = 1
escape = true
Expand Down

0 comments on commit 46ac96a

Please sign in to comment.