Skip to content

Instantly share code, notes, and snippets.

View Neeratyoy's full-sized avatar

Neeratyoy Mallik Neeratyoy

View GitHub Profile
@Neeratyoy
Neeratyoy / how-to-add-image-to-gist.md
Last active August 25, 2023 16:52 — forked from mroderick/how-to-add-image-to-gist.md
How to add an image to a gist

How to add an image to a gist

  1. Create a gist if you haven't already.
  2. Clone your gist:
    # make sure to replace `<hash>` with your gist's hash
    git clone https://gist.github.com/<hash>.git # with https
    git clone git@gist.github.com:<hash>.git     # or with ssh
  3. Go to the directory:
@Neeratyoy
Neeratyoy / gpu-alloc-sbatch.sh
Created July 21, 2023 23:01
The goal of this script is to serve as an example of ensuring that all sub-tasks within a job are allocated different GPUs.
#!/bin/bash
################################################################
# The goal of this script:
# Run a job where 4 workers are triggered AT THE SAME TIME
# and each worker performs a model training using one GPU.
# Run an array job of such jobs.
#
# NOTE: the solutions to SLURM issues are dependent on the
# setup and vary from cluster to cluster.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.