ipex-llm/python/llm/test/win/ftp-get-stable-ckpts.txt.example
Yina Chen 783aea3309 [LLM] LLM windows daily test (#8328)
* 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
2023-06-28 15:02:11 +08:00

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