mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
iclr 2026
This commit is contained in:
parent
76bf6981ba
commit
c21ba2b481
20 changed files with 1204 additions and 23 deletions
10
scripts/sbatch_1_gpu.sh
Normal file
10
scripts/sbatch_1_gpu.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
#SBATCH --job-name=ctxlora
|
||||
#SBATCH --nodes=1
|
||||
#SBATCH --partition=sakura-gpu
|
||||
#SBATCH --gpus=1
|
||||
#SBATCH --output=slurm_logs/%x-%j.out
|
||||
#SBATCH --error=slurm_logs/%x-%j.out
|
||||
|
||||
|
||||
"$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue