Tomtom84 commited on
Commit
357d491
·
verified ·
1 Parent(s): 66fc62a

Update orpheus-tts/kartoffel_decoder.py

Browse files
Files changed (1) hide show
  1. orpheus-tts/kartoffel_decoder.py +1 -1
orpheus-tts/kartoffel_decoder.py CHANGED
@@ -6,7 +6,7 @@ import threading
6
  import queue
7
  import os
8
 
9
- # Kartoffel-spezifische Konstanten (basierend auf Referenz-Implementierung)
10
  CODE_TOKEN_OFFSET = 128266
11
  CODE_START_TOKEN_ID = 128257 # Token für Audio-Code-Start
12
  CODE_REMOVE_TOKEN_ID = 128258
 
6
  import queue
7
  import os
8
 
9
+ # Kartoffel-spezifische Konstanten (aus Referenz-Implementierung)
10
  CODE_TOKEN_OFFSET = 128266
11
  CODE_START_TOKEN_ID = 128257 # Token für Audio-Code-Start
12
  CODE_REMOVE_TOKEN_ID = 128258