|
def generate_tokens_sync(self, prompt, voice=None, request_id="req-001", temperature=0.6, top_p=0.8, max_tokens=1200, stop_token_ids = [49158], repetition_penalty=1.3): |
Why is the stop token id mentioned here not the same one used in the reference notebooks ?
Orpheus-Speech-PyPi/orpheus_tts/engine_class.py
Line 162 in a57e9d6
Why is the stop token id mentioned here not the same one used in the reference notebooks ?