| AWS Setup: | |
| ```bash | |
| # partitioning nvme, adding swap | |
| wget https://huggingface.co/arot/setup_scripts/raw/main/aws_first_launch_setup.sh -O aws_first_launch_setup.sh && chmod +x aws_first_launch_setup.sh && ./aws_first_launch_setup.sh | |
| # installing awscli, btop, git-lfs, miniconda | |
| wget https://huggingface.co/arot/setup_scripts/raw/main/aws_software_setup.sh -O software.sh && chmod +x software.sh && ./software.sh | |
| ``` |