Skip to content

Commit

Permalink
fix(gallery) Correct llama3-8b-instruct model file (#2330)
Browse files Browse the repository at this point in the history
Correct llama3-8b-instruct model file

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 <[email protected]>
  • Loading branch information
tannisroot committed May 15, 2024
1 parent b584dcf commit badfc16
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 badfc16

Please sign in to comment.