mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
fix(gallery) Correct llama3-8b-instruct model file (#2330)
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 <10602045+tannisroot@users.noreply.github.com>
This commit is contained in:
parent
b584dcf18a
commit
badfc16df1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user