neuml / txtchat

💭 Retrieval augmented generation (RAG) and language model powered search applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The path for the downloaded models

max-fry-apps opened this issue · comments

Hello! Thanks for the amazing app.

Can you please help me to find where the downloaded models are located on my system?

I run: python -m txtchat.agent wikitalk.yml

Thanks.

The models are using the standard Hugging Face Transformers paths. The link below has information on where the models are cached.

https://huggingface.co/docs/transformers/installation#cache-setup

Thank you!