Skip to content

Commit

Permalink
feat: change the defaul codellama model
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Oct 7, 2023
1 parent 2357a07 commit 95cb23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up/src/og_up/up.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ def start_octogen_for_codellama(
)
@click.option(
"--model_filename",
default="codellama-7b-instruct.Q5_K_S.gguf",
default="codellama-7b-instruct.Q5_K_M.gguf",
help="the model filename in model repo",
)
@click.option(
Expand Down

0 comments on commit 95cb23a

Please sign in to comment.