deep-diver/LLM-As-Chatbot

Colab Notebook not working (and fix)

philwee opened this issue · 3 comments

Notebook shows that model cannot be found.

image

I fixed it by changing the command to:

!python app.py --base-url $base_model --ft-ckpt-url $finetuned_model --share

instead of

!python app.py --base_url $base_model --ft_ckpt_url $finetuned_model --share

(that is, replace underscore with hyphen)

Can you raise a PR?

Sure

PR made: #61