Skip to content

Instantly share code, notes, and snippets.

View iejMac's full-sized avatar

iejMac

View GitHub Profile
@rom1504
rom1504 / spark_on_ssh.md
Last active August 7, 2023 02:03
spark_on_ssh.py
@rom1504
rom1504 / open_clip_slurm.md
Last active August 7, 2023 02:01
open clip at slurm

Install

git clone https://github.com/mlfoundations/open_clip.git
cd open_clip
python3.8 -m venv .env
source .env/bin/activate
pip install -U pip
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
pip install -e .
@rom1504
rom1504 / upload_to_hf.md
Last active February 5, 2023 10:19
upload_to_hf.md