GPT2_Demo / setup.sh
peeyushsinghal's picture
Create setup.sh
9145fff verified
raw
history blame contribute delete
182 Bytes
#!/bin/bash
# Install Rust and Cargo
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
echo 'source $HOME/.cargo/env' >> $HOME/.bashrc