Shrirang20 commited on
Commit
884f6c3
·
verified ·
1 Parent(s): 938987f

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +1 -0
setup.sh CHANGED
@@ -19,6 +19,7 @@ pip install --upgrade pip
19
  wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip
20
 
21
  unzip -q /content/ai4b_nemo.zip && cd NeMo
 
22
  bash reinstall.sh
23
 
24
  cd ..
 
19
  wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip
20
 
21
  unzip -q /content/ai4b_nemo.zip && cd NeMo
22
+ pip install -e .
23
  bash reinstall.sh
24
 
25
  cd ..