Commit a80be722 authored by Nikhilesh Bhatnagar's avatar Nikhilesh Bhatnagar

Disable ssl for wget. To be fixed later.

parent 734aca61
MODELS_URL=$1
QUANTIZATION=$2
wget -O models.zip $MODELS_URL
wget -O models.zip $MODELS_URL --no-check-certificate
unzip models.zip
python3 -m venv ./ssmt_ct2
source ./ssmt_ct2/bin/activate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment