Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PVirie committed Dec 25, 2024
1 parent 1590426 commit 31e2208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:

- name: SSH and Run
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.REMOTE_MACHINE }} << 'EOF'
ssh -o StrictHostKeyChecking=no ${{ secrets.REMOTE_MACHINE_CONNECTION_STR }} << 'EOF'
if [ ! -d ~/thinking ]; then
git clone -b runpod-rl_hopper [email protected]:PVirie/thinking.git ~/thinking
cd ~/thinking
else
cd ~/thinking
git pull
fi
./run_manual.sh jax-gpu tasks/rl_hopper.py --clear
./run_manual.sh jax-gpu tasks/rl_hopper.py
EOF

0 comments on commit 31e2208

Please sign in to comment.