Create a virtual environment: python3 -m venv .env
Load the virtual environment: source .env/bin/activate
Install dependencies: pip install -r requirements.txt
Set HF token
export HF_HOME=<directory>
export HUGGINGFACE_HUB_TOKEN=<token>
python sciq.py
Type accelerate config
in terminal and configure your environment
To launch a run across multiple gpus, type accelerate launch sciq.py