Skip to content

Commit

Permalink
init sepal setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jdilger committed Apr 26, 2024
1 parent 517fc45 commit 1fe348f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sepal/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# install mambda
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash yes | Miniforge3-$(uname)-$(uname -m).sh


conda create -n torch python=3.11 -y
conda activate torch

mamba install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorch-cuda=11.7 -c pytorch -c nvidia

0 comments on commit 1fe348f

Please sign in to comment.