nextcloud / llm

A Nextcloud app that packages a large language model (Llama2 / GPT4All Falcon)
24 stars 2 forks source link

Remove models / Re download #11

Closed chrsBlank closed 11 months ago

chrsBlank commented 1 year ago

Is there a way to remove the model or even re download it?

1) i download llama 2, didnt work

2) i tried downloading gpt4all but download crashed due to space ( i had my temp backup still in my main drive ) and now it straight up crashes even tho it says that the model is downloaded

i would like to remove the previous model (and the "broken" new one ) and try downloading again but i cant seem to find where it is (manually remove) or a command to remove it

chrsBlank commented 1 year ago

Hi, thought so too.

I get the following /home/hub/nextcloud/apps/llm# cd sys-py bash: cd: sys-py: No such file or directory

could i look into somewhere else?

marcelklehr commented 1 year ago

@Stifler6996 you have a typo, it's called src-py not sys-py ;)

marcelklehr commented 1 year ago

It should also be possible to force download the model using download-model -f

chrsBlank commented 1 year ago

Thank you that was it! managed to delete them.

Thank you so much