Reduce time limit in script/down_on.sub
Browse files- script/down_on.sub +1 -1
- training_args.bin +3 -0
script/down_on.sub
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
#SBATCH -N 1 # Total number of nodes requested
|
6 |
#SBATCH -n 1 # Total number of cores requested
|
7 |
#SBATCH --mem=5000 # Total amount of (real) memory requested (per node)
|
8 |
-
#SBATCH -t
|
9 |
#SBATCH --partition=gpu # Request partition for resource allocation
|
10 |
#SBATCH --gres=gpu:1 # Specify a list of generic consumable resources (per node)
|
11 |
|
|
|
5 |
#SBATCH -N 1 # Total number of nodes requested
|
6 |
#SBATCH -n 1 # Total number of cores requested
|
7 |
#SBATCH --mem=5000 # Total amount of (real) memory requested (per node)
|
8 |
+
#SBATCH -t 01:00:00 # Time limit (hh:mm:ss)
|
9 |
#SBATCH --partition=gpu # Request partition for resource allocation
|
10 |
#SBATCH --gres=gpu:1 # Specify a list of generic consumable resources (per node)
|
11 |
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11ef8ec29fc59c43ec3e06a683eb467f700bcaec7b702be328330fd6d517dae5
|
3 |
+
size 3963
|