Skip to content

Commit 40cf641

Browse files
committed
updated the installation scripts to contain kernel installation
1 parent 369ad27 commit 40cf641

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

install_cpu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ conda install pytorch torchvision cpuonly -c pytorch
66
pip install "git+https://github.com/DeepLabCut/DeepLabCut.git@pytorch_dlc#egg=deeplabcut"
77
pip install pycocotools
88
pip install -e .[streamlit]
9+
# install the python kernel
10+
python -m ipykernel install --user --name amadeusgpt-cpu --display-name "amadeusgpt-cpu"

install_gpu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvi
77
pip install "git+https://github.com/DeepLabCut/DeepLabCut.git@pytorch_dlc#egg=deeplabcut"
88
pip install pycocotools
99
pip install -e .[streamlit]
10+
# install the python kernel
11+
python -m ipykernel install --user --name amadeusgpt-gpu --display-name "amadeusgpt-gpu"

install_minimal.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ conda env create -f conda/amadesuGPT-minimal.yml
55
conda activate amadeusgpt-minimal
66
pip install pycocotools
77
pip install -e .[streamlit]
8+
python -m ipykernel install --user --name amadeusgpt-minimal --display-name "amadeusgpt-minimal"

0 commit comments

Comments
 (0)