Skip to content
Snippets Groups Projects
Commit 7de7e947 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

call accelerate

parent 5e156024
Branches
No related tags found
No related merge requests found
Pipeline #140693 passed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#SBATCH --cpus-per-task=4 #SBATCH --cpus-per-task=4
#SBATCH --output=output.%j #SBATCH --output=output.%j
#SBATCH --error=err.%j #SBATCH --error=err.%j
#SBATCH --time=00:10:00 #SBATCH --time=00:20:00
#SBATCH --partition=develbooster #SBATCH --partition=develbooster
#SBATCH --gres=gpu:4 #SBATCH --gres=gpu:4
...@@ -17,4 +17,4 @@ cd $HOME/2023-may-intro-to-supercompting-jsc/src ...@@ -17,4 +17,4 @@ cd $HOME/2023-may-intro-to-supercompting-jsc/src
source sc_venv_template/activate.sh source sc_venv_template/activate.sh
# Run the demo # Run the demo
time srun python distrib.py time srun accelerate launch distrib.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment