bdstar commited on
Commit
20a10ba
·
verified ·
1 Parent(s): 0944121

Update torch version

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -18,7 +18,8 @@ einops
18
  protobuf==3.20.3 # keeps old protobuf constraint friendly to py3.10 wheels
19
 
20
  # --- TTS & audio IO ---
21
- torch==2.4.0 # CPU build; OK on Spaces' CPU machines
 
22
  soundfile==0.13.1
23
  pydub==0.25.1
24
  numpy==1.26.4 # last NumPy supporting Python 3.10
 
18
  protobuf==3.20.3 # keeps old protobuf constraint friendly to py3.10 wheels
19
 
20
  # --- TTS & audio IO ---
21
+ # torch==2.4.0 # CPU build; OK on Spaces' CPU machines
22
+ torch==2.7.1
23
  soundfile==0.13.1
24
  pydub==0.25.1
25
  numpy==1.26.4 # last NumPy supporting Python 3.10