v0.3.2 - Setup Script Bug Fixes
Patch release fixing critical bugs in the one-liner installation script that prevented successful setup on fresh installations.
Note: This is a scripts-only release. No Docker container rebuild required.
Fixed
Setup Script Fixes
- Scripts Directory Creation - Fixed curl error 23 ("Failure writing output to destination") when downloading SSL and permission scripts by creating the
scripts/directory before download attempts - PyTorch 2.6+ Compatibility - Applied
torch.loadpatch todownload-models.pyfor PyTorch 2.6+ compatibility, mirroring the fix already present in the backend (from Wes Brown's commit 8929cd6)- PyTorch 2.6 changed
weights_onlydefault toTrue, causing omegaconf deserialization errors during model downloads - The patch sets
weights_only=Falsefor trusted HuggingFace models
- PyTorch 2.6 changed
Upgrade Notes
For existing installations: No action required - Docker containers already have the PyTorch fix.
For new installations: The one-liner setup script now works correctly:
curl -fsSL https://raw.githubusercontent.com/davidamacey/OpenTranscribe/master/setup-opentranscribe.sh | bashFull Changelog: https://github.com/davidamacey/OpenTranscribe/blob/master/CHANGELOG.md