Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanzoorTT committed Nov 7, 2024
1 parent b04ad85 commit 453deaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env/activate
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ else

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

0 comments on commit 453deaa

Please sign in to comment.