nextcloud / llm

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

Use Github Actions cache for caching models in tests #25

Closed provokateurin closed 1 year ago

provokateurin commented 1 year ago

Currently the tests take forever because they first need to download the models. Caching the model files would make it a lot quicker.

marcelklehr commented 1 year ago

The point of the download is to test whether the download still works

provokateurin commented 1 year ago

So it's basically an end-to-end test (without the frontend stuff)?

marcelklehr commented 1 year ago

yep