Skip to content

Conversation

@juberti
Copy link
Contributor

@juberti juberti commented Jun 23, 2024

  • --upload_split param to allow the dest split to be different than the src split
  • allow @file syntax for --prompt
  • add retries and timeouts to TTS requests

- --upload_split param to allow the dest split to be different than the src split
- allow @file syntax for --prompt
- add retries and timeouts to TTS requests
@juberti juberti requested a review from farzadab June 23, 2024 01:59
@juberti juberti merged commit 66dd04f into main Jun 24, 2024
"token": token,
"revision": args.upload_branch,
"private": args.private,
"split": args.upload_split,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, you didn't fix the conflict here!
Now on line 170 you'll be sending the split argument twice, and with different values!

Comment on lines +134 to +136
assert (
not self.upload_split or self.dataset_split
), "Must specify dataset_split when using upload_split"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I didn't catch this the first time, but why can't upload_split be equal to dataset_split by default if not specified?

akshat0311 pushed a commit to jiviai/audio-llm that referenced this pull request Jan 30, 2025
* Minor fixes to ds_tool and infer_tool

- --upload_split param to allow the dest split to be different than the src split
- allow @file syntax for --prompt
- add retries and timeouts to TTS requests

* docs
zqhuang211 added a commit that referenced this pull request Feb 12, 2025
If max_response_tokens is set (by default 50), the number of response tokens is truncated to this number. This helps avoid situations in which a very long response cause OOM issues.

See this comparison on the choice of default value:

https://3.basecamp.com/5478728/buckets/36374248/todos/8256002600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants