Skip to content

Commit

Permalink
chore: replace hardcoded user id with daniel
Browse files Browse the repository at this point in the history
  • Loading branch information
dtch1997 committed Apr 23, 2024
1 parent 5f50c60 commit b1271a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/persona_generalization.qsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
module load python3/3.11 # Load Python 3.11 module
module load cuda/11.2 # Load CUDA module, adjust version as necessary

# NOTE: Assume you have already cloned the repository and checked out correct branch
# Navigate to the project directory
cd /home/ucabdc6/Scratch/repepo
cd /home/$USER/Scratch/repepo

# Create a Python virtual environment
python3 -m venv .venv
Expand Down

0 comments on commit b1271a6

Please sign in to comment.