Skip to content

DeepSeekV4SSD 1.0.5

Latest

Choose a tag to compare

@yanun0323 yanun0323 released this 26 Aug 04:02

What's new in 1.0.5

Reliability

  • The app now uses Metal's recommended working-set limit by default. This avoids startup failures when a fixed 48 GiB limit exceeds the value that Metal allows. You can still set a lower memory limit.
  • Fixed generation failures when consecutive HTTP requests run on different worker threads. MLX generation now keeps the correct stream across requests.

Packaging and updates

  • Added a repeatable workflow for Developer ID signing, Apple notarization, Sparkle appcasts, and GitHub Releases.
  • Added checks for the App and ZIP signatures, notarization tickets, English, Simplified Chinese, and Traditional Chinese localization files, and isolated App startup.
  • Fixed localization loading in the packaged App. The App now loads files from Contents/Resources before it uses the Swift package resource bundle.

Documentation

  • Clarified request size limits and setup instructions in the English, Simplified Chinese, Traditional Chinese, Japanese, and Korean README files.

Pull requests

Validation

  • Swift: 25 passed, 3 skipped, and 0 failed.
  • Python: 70 passed and 0 failed.
  • The release workflow verifies signed and notarized artifacts before publication. It downloads the published artifacts and verifies them again.