- Newest
- Most votes
- Most comments
Hello Rick from Vancouver Island! I understand your desire to improve the performance of your custom LLM training for your hobby project. You're on the right track with considering an upgrade from g4dn.xlarge to g4dn.2xlarge for better performance.
To request access to a larger instance type like g4dn.2xlarge, you need to submit a vCPU quota increase request. Here's what you should do:
- Go to the AWS Service Quotas console.
- Look for the EC2 service and find the quota for "Running On-Demand G and VT instances" in your desired region.
- Request an increase to accommodate the vCPU count of the g4dn.2xlarge instance (which has 8 vCPUs).
Your approach of using a larger instance when needed and turning it off when not in use is a good strategy for cost control.
As for alternatives, you might also consider:
- Using g5 instances, which offer newer GPU architecture and could potentially provide better performance for your LLM training.
- Exploring the m7g.4xlarge instance type, which has shown good performance for some AI workloads, though it doesn't have a GPU.
Remember to benchmark your specific workload on different instance types to find the best balance of performance and cost for your project.
Lastly, make sure to use AWS Cost Explorer to monitor your spending and optimize your usage patterns as you experiment with different instance types.
Sources
Run protein folding on AWS with Quantori | AWS HPC Blog
Specifications for Amazon EC2 accelerated computing instances - Amazon EC2
Explore your AWS Costs and Usage with AWS Cost Explorer
Relevant content
asked 2 years ago
- AWS OFFICIALUpdated a year ago
