scp -r /Users/romirpatel/ct-diffusionmodelbench romirpatel@vista.tacc.utexas.edu:/scratch/10936/romirpatel/
ssh romirpatel@vista.tacc.utexas.edu
myquota
If home quota is full, clean cache:
rm -rf ~/.cache/huggingface ~/.cache/torch
Move big files from home to scratch as needed.
idev -p gh-dev -N 1 -n 1 -t 02:00:00
module load gcc
module load cuda
module load python3
cd /scratch/10936/romirpatel/ct-diffusionmodelbench
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
If you already created one:
source venv/bin/activate
export HF_HOME=$SCRATCH/huggingface_cache
export HF_HUB_CACHE=$HF_HOME
export TRANSFORMERS_CACHE=$HF_HOME
mkdir -p $HF_HOME
python Inference/chat_finetuned.py
16 commits
Python
99.3%
scp -r /Users/romirpatel/ct-diffusionmodelbench romirpatel@vista.tacc.utexas.edu:/scratch/10936/romirpatel/
ssh romirpatel@vista.tacc.utexas.edu
myquota
If home quota is full, clean cache:
rm -rf ~/.cache/huggingface ~/.cache/torch
Move big files from home to scratch as needed.
idev -p gh-dev -N 1 -n 1 -t 02:00:00
module load gcc
module load cuda
module load python3
cd /scratch/10936/romirpatel/ct-diffusionmodelbench
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
If you already created one:
source venv/bin/activate
export HF_HOME=$SCRATCH/huggingface_cache
export HF_HUB_CACHE=$HF_HOME
export TRANSFORMERS_CACHE=$HF_HOME
mkdir -p $HF_HOME
python Inference/chat_finetuned.py
16 commits
Python
99.3%