* llm-win-init * test action * test * add types * update for schtasks * update pytests * update * update * update doc * use stable ckpt from ftp instead of the converted model * download using batch -> manually * add starcoder test
8 lines
120 B
Text
8 lines
120 B
Text
open $HOST_IP $PORT
|
|
ftp_username
|
|
ftp_password
|
|
prompt
|
|
cd llm/ggml-actions/stable/
|
|
lcd $BASE_DIR\stable_ckpts
|
|
mget *
|
|
quit
|