From abe329667bdb6b077040e0b078a53f60677255cd Mon Sep 17 00:00:00 2001 From: Muhammad Asif Manzoor Date: Thu, 7 Nov 2024 16:16:37 +0000 Subject: [PATCH] Install pre-commit as part of environment building process --- env/activate | 1 + 1 file changed, 1 insertion(+) diff --git a/env/activate b/env/activate index 8e7a1171..8a558fa5 100644 --- a/env/activate +++ b/env/activate @@ -22,6 +22,7 @@ else pip install --upgrade pip python3.11 -m pip install -r requirements.txt + pre-commit install cd $TT_TORCH_HOME/third_party git clone https://github.com/pytorch/vision.git cd vision