Fancellu commited on
Commit
f3f920a
·
verified ·
1 Parent(s): 2fddbf8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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