Skip to content
Snippets Groups Projects
Commit e8a6ff2f authored by Tommotius's avatar Tommotius
Browse files

full functioning first test sh (mit meinem fünfsteller)

parent 4e857330
No related branches found
No related tags found
No related merge requests found
Pipeline #25330 passed
#!/bin/bash
#SBATCH --job-name=galore_pretrain # Name des Jobs
#SBATCH --nodes=1 # 1 Knoten nutzen
#SBATCH --ntasks=1 # 1 Aufgabe
#SBATCH --mem=32G # 32 GB RAM zuweisen
#SBATCH --cpus-per-task=4 # 4 CPU-Kerne pro Task
#SBATCH --gres=gpu:1 # 1 GPU anfordern
#SBATCH --time=04:00:00 # Maximale Laufzeit von 1 Stunde
#SBATCH --nodelist=workg02
# Docker-Image von Docker Hub ausführen
srun --container-image=docker://mcr.informatik.uni-halle.de#apcne/galore-replication \
--container-mounts=/home/apzgb/Dokumente:/workspace \
--container-name=ml_gitlab2 \
--container-remap-root \
--container-writable \
--gres=gpu:1 \
--cpus-per-gpu=2 \
--mem-per-cpu=16G \
--pty bash -c "cd /workspace/galore-replication-main && bash scripts/shell/finetune_roberta_galore_cola.sh && cp output.csv /workspace/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment