Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.57 KB

File metadata and controls

32 lines (22 loc) · 1.57 KB

Getting Started with Deep Learning with PyTorch and Hugging Face

This repository contains instructions/examples/tutorials for getting started with Deep Learning Pytorch and Hugging Face libraries like transformers, datasets.

Training

Requirements

Before we can start make sure you have met the following requirements

  • AWS Account with quota
  • AWS CLI installed
  • AWS IAM user configured in CLI with permission to create and manage ec2 instances

Commands

echo 'export PATH="${HOME}/.local/bin:$PATH"' >> ${HOME}/.bashrc 
watch -n0.1 nvidia-smi