Closed kevinkaw closed 1 year ago
llama.py always loads the model llama-2-7b-chat.ggmlv3.q4_K_M.bin even if I change models.
llama.py
llama-2-7b-chat.ggmlv3.q4_K_M.bin
modify the llama.py for your favorite model.
Yes, you're right. I forgot to remove the constant initialisation of the models. Thanks for pointing it out, I fixed now. :-)
llama.py
always loads the modelllama-2-7b-chat.ggmlv3.q4_K_M.bin
even if I change models.