mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
Updated default model path
This commit is contained in:
parent
7c3760ec2a
commit
b38303f750
2
app.py
2
app.py
@ -332,7 +332,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
chatbot_bindings = Model(ggml_model='./models/gpt4all-converted.bin', n_ctx=512)
|
chatbot_bindings = Model(ggml_model='./models/gpt4all-lora-quantized-ggml.bin', n_ctx=512)
|
||||||
|
|
||||||
# Old Code
|
# Old Code
|
||||||
# GPT4All(decoder_config = {
|
# GPT4All(decoder_config = {
|
||||||
|
Loading…
Reference in New Issue
Block a user