Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,9 @@ license: cc-by-nc-4.0
|
|
| 12 |
short_description: Bark TTS - PyTorch 2.6 Compatible
|
| 13 |
---
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 12 |
short_description: Bark TTS - PyTorch 2.6 Compatible
|
| 13 |
---
|
| 14 |
|
| 15 |
+
This solves the PyTorch 2.6 breaking change where weights_only=True became the default,
|
| 16 |
+
causing issues with older model files that contain non-tensor objects, with monkey patch patched_load()
|
| 17 |
+
|
| 18 |
+
Updated to Python 3.11, latest Gradio, and requirements.txt
|
| 19 |
+
|
| 20 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|