Skip to content

Commit

Permalink
chore: update job running-time
Browse files Browse the repository at this point in the history
  • Loading branch information
okoge-kaz committed Sep 15, 2024
1 parent 561f0f4 commit 3a9da08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#$ -l rt_AF=8
#$ -l h_rt=1:16:00:00
#$ -l rt_AF=16
#$ -l h_rt=1:8:00:00
#$ -j y
#$ -o outputs/instruction/Llama-3.1-8B/
#$ -cwd
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#$ -l rt_AF=8
#$ -l h_rt=2:00:00:00
#$ -l rt_AF=16
#$ -l h_rt=0:20:00:00
#$ -j y
#$ -o outputs/instruction/Llama-3.1-8B/
#$ -cwd
Expand Down

0 comments on commit 3a9da08

Please sign in to comment.