diff --git a/generator/ctrl/install_ctrl.sh b/generator/ctrl/install_ctrl.sh index cb2fb56..6ecb093 100755 --- a/generator/ctrl/install_ctrl.sh +++ b/generator/ctrl/install_ctrl.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Gather CTRL and copy to working directory -git clone https://github.com/salesforce/ctrl.git model cd model # Cython is needed to compile fastBPE pip install Cython