Skip to content

Commit

Permalink
Fixing github runner scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 24, 2023
1 parent 0440f2f commit d6d8267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rwkv-x-exp-lane1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Download models from HF
run: |
cd ./notebook/github-runner
chmod + ./hf-download-runner.sh
chmod +x ./hf-download-runner.sh
./hf-download-runner.sh "experiment/rwkv-x-exp/${{github.event.inputs.notebookFile}}"
cd ../../model/ && pwd
ls -alh ./
Expand Down

0 comments on commit d6d8267

Please sign in to comment.