MineDojo / Voyager

An Open-Ended Embodied Agent with Large Language Models
https://voyager.minedojo.org/
MIT License
5.53k stars 512 forks source link

Inquiry Regarding Resource Utilization and Associated Costs for GPT-4 and GPT-3.5 #4

Closed Shenzhi-Wang closed 1 year ago

Shenzhi-Wang commented 1 year ago

Dear Team,

First and foremost, I'd like to express my deep appreciation for the excellent work you have accomplished in this project. The level of professionalism and detail in your work is truly commendable.

As I'm looking forward to running your code, I am trying to estimate the associated costs. I was wondering if you could provide a rough estimation for the computational cost of running, for instance, 150 prompting iterations on both the GPT-4 and GPT-3.5 models?

This information would be highly beneficial in planning for my resource allocation. I understand the cost might vary based on several factors, however, any approximation or range would be greatly appreciated.

Thank you for your attention and assistance with this matter.

Best Regards.

daswer123 commented 1 year ago

For me, the cost of 160 iterations, was ~$40 The training took about 6 hours on default settings.

In my repo I posted a checkpoint of 160 iterations

Shenzhi-Wang commented 1 year ago

For me, the cost of 160 iterations, was ~$40 The training took about 6 hours on default settings.

In my repo I posted a checkpoint of 160 iterations

Thanks for your response!