allows $HF_HOME in hf-download.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
HUB_PATH="$HOME/.cache/huggingface/hub"
|
||||
HUB_PATH="${HF_HOME:-$HOME/.cache/huggingface}/hub"
|
||||
|
||||
# Default values
|
||||
COPY_HOSTS=()
|
||||
|
||||
Reference in New Issue
Block a user