Skip to content

Commit

Permalink
Correct llama3-8b-instruct model file
Browse files Browse the repository at this point in the history
This must be a mistake because the config tries to use a model file that is different from the one actually being downloaded.
I assumed the downloaded file is what should be used so I corrected the specified model file to that

Signed-off-by: Aleksandr Oleinikov <10602045+tannisroot@users.noreply.github.com>
  • Loading branch information
tannisroot authored May 15, 2024
1 parent beb598e commit b37146d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
- llama3
overrides:
parameters:
model: Meta-Llama-3-8B-Instruct-Q5_K_M.gguf
model: Meta-Llama-3-8B-Instruct.Q4_0.gguf
files:
- filename: Meta-Llama-3-8B-Instruct.Q4_0.gguf
sha256: 19ded996fe6c60254dc7544d782276eff41046ed42aa5f2d0005dc457e5c0895
Expand Down

0 comments on commit b37146d

Please sign in to comment.