Glitche commited on
Update tts.py
Browse files
tts.py
CHANGED
|
@@ -34,7 +34,8 @@ import inspect
|
|
| 34 |
import audiotokenizer
|
| 35 |
import inspect
|
| 36 |
print("AudioTokenizer file:", audiotokenizer.__file__)
|
| 37 |
-
|
|
|
|
| 38 |
|
| 39 |
print("YarnGPT:", yarngpt.__file__)
|
| 40 |
print("MODEL_PATH:", yarngpt.core.MODEL_PATH)
|
|
|
|
| 34 |
import audiotokenizer
|
| 35 |
import inspect
|
| 36 |
print("AudioTokenizer file:", audiotokenizer.__file__)
|
| 37 |
+
source = inspect.getsource(audiotokenizer)
|
| 38 |
+
print(source[:8000])
|
| 39 |
|
| 40 |
print("YarnGPT:", yarngpt.__file__)
|
| 41 |
print("MODEL_PATH:", yarngpt.core.MODEL_PATH)
|