mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
10 lines
178 B
Bash
10 lines
178 B
Bash
|
|
#!/bin/bash
|
||
|
|
#SBATCH --job-name=ctxlora
|
||
|
|
#SBATCH --nodes=1
|
||
|
|
#SBATCH --partition=a3
|
||
|
|
#SBATCH --gpus=1
|
||
|
|
#SBATCH --output=slurm_logs/%x-%j.out
|
||
|
|
#SBATCH --error=slurm_logs/%x-%j.out
|
||
|
|
|
||
|
|
|
||
|
|
"$@"
|