mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-14 02:28:06 -07:00
Update location of hf_cache in case user doesn't want to share cache
Signed-off-by: Parth Thakkar <thakkarparth007@gmail.com>
This commit is contained in:
parent
b3bf26ba90
commit
fa423d1da1
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -145,7 +145,7 @@ function python_backend(){
|
|||
read -rp "Enter your huggingface cache directory [$HOME/.cache/huggingface]: " HF_CACHE_DIR
|
||||
HF_CACHE_DIR=${HF_CACHE_DIR:-$HOME/.cache/huggingface}
|
||||
else
|
||||
HF_CACHE_DIR="/tmp/hf_cache"
|
||||
HF_CACHE_DIR="$(pwd)/.hf_cache"
|
||||
fi
|
||||
|
||||
# use int8? Allows larger models to fit in GPU but might be very marginally slower
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue