multimodalart HF Staff commited on
Commit
ced31c4
·
verified ·
1 Parent(s): 4bdd7d9

torchaudio for off-rate reference soundtracks; title, fillable width, slot height

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -4,6 +4,10 @@
4
  --extra-index-url https://download.pytorch.org/whl/cu130
5
  torch==2.11.0
6
  torchvision==0.26.0
 
 
 
 
7
  # Pinned to the version the MiniMax-H3 parity work was verified against: the Qwen3-VL processor decides the vision
8
  # patch count, so a different minor changes the conditioning.
9
  transformers==5.8.0
 
4
  --extra-index-url https://download.pytorch.org/whl/cu130
5
  torch==2.11.0
6
  torchvision==0.26.0
7
+ # A reference soundtrack that is not already at the audio VAE's 32 kHz is resampled with `torchaudio`, which is the
8
+ # only thing in the `ref2va` path that needs it — and it is easy to miss, because a 32 kHz reference skips the
9
+ # resample entirely. Both halves need it: the conditioner's `setup` step prepares the same waveforms this one does.
10
+ torchaudio==2.11.0
11
  # Pinned to the version the MiniMax-H3 parity work was verified against: the Qwen3-VL processor decides the vision
12
  # patch count, so a different minor changes the conditioning.
13
  transformers==5.8.0