You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew install terraform awscli
brew tap azure/functions
brew install azure-functions-core-tools@4
# if upgrading on a machine that has 2.x or 3.x installed:
brew link --overwrite azure-functions-core-tools@4
brew install --cask google-cloud-sdk
cd ./bench
pip3 install -r requirements.txt
Set crendentials for each vendor
aws configure
gcloud auth login
az login
model and dataset download
cd ./model
chmod +x ./model_download.sh
./model_download.sh
cd ../dataset
pip3 install -r requirements.txt
chmod +x ./dataset_download.sh
./dataset_download.sh
Build Container Image or Code
# Please modify build script (DOCKER_REGISTRY or DOCKER_REPOSITORY or BUCKET_NAME)
chmod +x ./<build/create script>
./<build/create script>