[LLM] Small nightly tests fix (#8364)
* Test for install of tnftp * Improve install of tnftp
This commit is contained in:
parent
99d396c9af
commit
066f53232d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm-nightly-test.yml
vendored
2
.github/workflows/llm-nightly-test.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload ckpt to ftp
|
- name: Upload ckpt to ftp
|
||||||
run: |
|
run: |
|
||||||
apt-get install tnftp
|
apt-get update && apt install tnftp
|
||||||
llm_ftp_user=${RUNNER_REPOSITORY_URL:35}
|
llm_ftp_user=${RUNNER_REPOSITORY_URL:35}
|
||||||
llm_ftp_user=$(echo $llm_ftp_user | tr '[:upper:]' '[:lower:]')
|
llm_ftp_user=$(echo $llm_ftp_user | tr '[:upper:]' '[:lower:]')
|
||||||
llm_ftp_url=${FTP_URI:0:6}${llm_ftp_user}${FTP_URI:9}:8821
|
llm_ftp_url=${FTP_URI:0:6}${llm_ftp_user}${FTP_URI:9}:8821
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue