File size: 331 Bytes
b48781b |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
#SBATCH --job-name=drivaer
#SBATCH --ntasks=144
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=144
#SBATCH --output=%x_%j.out
#SBATCH --partition=benchmark-c2
#SBATCH --exclusive
/home/nashton/.local/bin/huggingface-cli upload-large-folder neashton/drivaerml --repo-type=dataset /lustre/nashton/drivaerml --num-workers=16
|