Hey, afaik the current repo doesn't support well launching e.g. 10 openai fientuning jobs on got 4.1 because you can only have 3 simultaneous runs at the same time. I managed this by having a custom loop that wait for a job to finish before submitting the next one, but I was wondering if you had such a module already implement somewhere else / if it'd make sense to have a pr for this.
Apparently /v1/fine_tuning/model_limits exists to get the number for the specific api key
Hey, afaik the current repo doesn't support well launching e.g. 10 openai fientuning jobs on got 4.1 because you can only have 3 simultaneous runs at the same time. I managed this by having a custom loop that wait for a job to finish before submitting the next one, but I was wondering if you had such a module already implement somewhere else / if it'd make sense to have a pr for this.
Apparently /v1/fine_tuning/model_limits exists to get the number for the specific api key