metaambod / setup.sh
unijoh's picture
Update setup.sh
b66a982 verified
raw
history blame
286 Bytes
#!/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