From aa484d165cfbb581627e97a3ffe144e473b8b538 Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Tue, 22 Oct 2024 19:34:29 +0000 Subject: [PATCH] feat(api): api update --- .stats.yml | 2 +- src/resources/fine-tune.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 3993d43c..0a22482b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 16 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2FTogetherAI-fe6fb14a0be4c133d8a105140bca7128149a2b762e763ad5e7c3b1e5909cc08b.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2FTogetherAI-210802bdd1b7dae66ee64ba37555dbfbe3080272fe3c441934c812ad0b326728.yml diff --git a/src/resources/fine-tune.ts b/src/resources/fine-tune.ts index 765b353b..cee7e56f 100644 --- a/src/resources/fine-tune.ts +++ b/src/resources/fine-tune.ts @@ -312,8 +312,8 @@ export interface FineTuneCreateParams { wandb_api_key?: string; /** - * The percent of steps at the start of training to linearly increase the - * learning-rate. + * The percent of steps at the start of training to linearly increase the learning + * rate. */ warmup_ratio?: number; }