Small package for testing optimization methods for training GPT models from the Transformers library
start, setup up the virtual enviroment and install dependencies by running
./setup_env.shpython3 -m venv gptopt
source gptopt/bin/activate
python3 -m pip install -e .python3 run.py --config configs/shakespeare.yamlpython3 plot.py --config configs/shakespeare.yamlsrun --gpus=1 --cpus-per-gpu=8 --time=150:00:00 --partition=gpu --constraint=a100 --pty bash
module load python./submit.sh configs/shakespeare.yamlsqueue --format="%.18i %.9P %.30j %.8u %.8T %.10M %.9l %.6D %R" --me