Skip to content

Commit

Permalink
Clarify wording in the message
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab committed Sep 24, 2024
1 parent 2fefeb6 commit afb81d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/together/cli/api/finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@


_CONFIRMATION_MESSAGE = (
"You are about to launch a fine-tuning job. "
"You are about to create a fine-tuning job. "
"The cost of your job will be determined by the model size, the number of tokens "
"in the training file, the number of tokens in the validation file, the number of epochs, and "
"the number of evaluations. Visit https://www.together.ai/pricing to get a price estimate.\n"
"You can add `-y` or `--confirm` to skip this message.\n\n"
"You can pass `-y` or `--confirm` to your command to skip this message.\n\n"
"Do you want to proceed?"
)

Expand Down

0 comments on commit afb81d9

Please sign in to comment.