[LLM] Small nightly tests fix (#8364)

* Test for install of tnftp

* Improve install of tnftp
This commit is contained in:
Yuwen Hu 2023-06-20 11:19:13 +08:00 committed by GitHub
parent 99d396c9af
commit 066f53232d

View file

@ -78,7 +78,7 @@ jobs:
- name: Upload ckpt to ftp
run: |
apt-get install tnftp
apt-get update && apt install tnftp
llm_ftp_user=${RUNNER_REPOSITORY_URL:35}
llm_ftp_user=$(echo $llm_ftp_user | tr '[:upper:]' '[:lower:]')
llm_ftp_url=${FTP_URI:0:6}${llm_ftp_user}${FTP_URI:9}:8821