mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 05:44:09 -07:00
parent
0fa041a9ea
commit
704ef5ad58
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
@ -39,6 +39,8 @@ NUM_GPUS=${NUM_GPUS:-1}
|
|||
read -p "Where do you want to save the model [$(pwd)/models]? " MODEL_DIR
|
||||
if [ -z "$MODEL_DIR" ]; then
|
||||
MODEL_DIR="$(pwd)/models"
|
||||
else
|
||||
MODEL_DIR="$(readlink -m "${MODEL_DIR}")"
|
||||
fi
|
||||
|
||||
# Write config.env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue