lxe / simple-llm-finetuner

Simple UI for LLM Model Finetuning
MIT License
2.05k stars 132 forks source link

Where are the downloaded ".bin" files for the llama model stored on the disk? #3

Closed ashishb closed 1 year ago

lxe commented 1 year ago

This is using huggingface's transformers library. I believe it's putting them in a directory called ~/.cache/huggingface for reuse.

ashishb commented 1 year ago

Thanks @lxe, that indeed is the correct location.