Skip to content

Commit

Permalink
Merge branch 'cctv' of https://github.com/gicait/plitter into cctv
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramreddyM committed Feb 10, 2023
2 parents 61ea04a + e7f08ef commit 30ded44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Jetson-Nano-Preparation-Material.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ Install PyTorch from below wheel
wget https://nvidia.box.com/shared/static/fjtbno0vpo676a25cgvuqc1wty0fkkg6.whl -O torch-1.10.0-cp36-cp36m-linux_aarch64.whl
pip3 install torch-1.10.0-cp36-cp36m-linux_aarch64.whl

<!-- git clone --branch v0.11.1 https://github.com/pytorch/vision torchvision
git clone --branch v0.11.1 https://github.com/pytorch/vision torchvision
cd torchvision
sudo python3 setup.py install
cd .. -->
cd ..

Test if PyTorch working with CUDA

Expand All @@ -153,7 +153,7 @@ Test if PyTorch working with CUDA

Clone the cctv branch from plitter repo

git clone -b cctv --recurse-submodules https://github.com/gicait/plitter
git clone -b cctv --recurse-submodules --single-branch https://github.com/gicait/plitter
cd plitter
pip3 install -r requirements.txt

Expand Down

0 comments on commit 30ded44

Please sign in to comment.