#!/bin/bash pip install sentencepiece # Install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source $HOME/.cargo/env # Upgrade pip pip install --no-cache-dir --upgrade pip # Install Python dependencies pip install --no-cache-dir -r requirements.txt