github attevon-llc/OpenTranscribe v0.3.2
v0.3.2 - Setup Script Bug Fixes

latest releases: v0.4.1, v0.4.0, v0.3.3...
6 months ago

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.load patch to download-models.py for PyTorch 2.6+ compatibility, mirroring the fix already present in the backend (from Wes Brown's commit 8929cd6)
    • PyTorch 2.6 changed weights_only default to True, causing omegaconf deserialization errors during model downloads
    • The patch sets weights_only=False for trusted HuggingFace models

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 | bash

Full Changelog: https://github.com/davidamacey/OpenTranscribe/blob/master/CHANGELOG.md

Don't miss a new OpenTranscribe release

NewReleases is sending notifications on new releases.