Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanzoorTT committed Nov 7, 2024
1 parent 24232f0 commit b04ad85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion env/activate
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ else
pip install --upgrade pip

python3.11 -m pip install -r requirements.txt
pre-commit install | true
pwd
if [ -d ".git"]; then
echo "dir check"
fi
echo "ls:"
ls
pre-commit install
cd $TT_TORCH_HOME/third_party
git clone https://github.com/pytorch/vision.git
cd vision
Expand Down

0 comments on commit b04ad85

Please sign in to comment.