Notebook: Gemma4_(E2B)_Audio.ipynb
Repro :
!pip install unsloth (2026.7.3 which make torch==2.10.0+cu128)
!pip install torchcodec (make torchcodec >=0.11.0)
Symptom :
But torch==2.10.0 will reject to import torchcodec>=0.11.0
and cause failure
Solution :
!pip install torchcodec==0.10.0
Notebook: Gemma4_(E2B)_Audio.ipynb
Repro :
!pip install unsloth (2026.7.3 which make torch==2.10.0+cu128)
!pip install torchcodec (make torchcodec >=0.11.0)
Symptom :
But torch==2.10.0 will reject to import torchcodec>=0.11.0
and cause failure
Solution :
!pip install torchcodec==0.10.0