File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ conda install pytorch torchvision cpuonly -c pytorch
66pip install " git+https://github.com/DeepLabCut/DeepLabCut.git@pytorch_dlc#egg=deeplabcut"
77pip install pycocotools
88pip install -e .[streamlit]
9+ # install the python kernel
10+ python -m ipykernel install --user --name amadeusgpt-cpu --display-name " amadeusgpt-cpu"
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvi
77pip install " git+https://github.com/DeepLabCut/DeepLabCut.git@pytorch_dlc#egg=deeplabcut"
88pip install pycocotools
99pip install -e .[streamlit]
10+ # install the python kernel
11+ python -m ipykernel install --user --name amadeusgpt-gpu --display-name " amadeusgpt-gpu"
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ conda env create -f conda/amadesuGPT-minimal.yml
55conda activate amadeusgpt-minimal
66pip install pycocotools
77pip install -e .[streamlit]
8+ python -m ipykernel install --user --name amadeusgpt-minimal --display-name " amadeusgpt-minimal"
You can’t perform that action at this time.
0 commit comments