Skip to content

Releases: Eamon2009/Quadtrix.cpp

v1.1.12

06 Jun 12:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

macOS/iOS:

macOS Apple Silicon (arm64)
macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
macOS Intel (x64) SKIPPED
iOS XCFramework DISABLED

Linux:

Ubuntu x64 (CPU)
Ubuntu arm64 (CPU)
Ubuntu s390x (CPU) SKIPPED
Ubuntu x64 (Vulkan) DISABLED
Ubuntu arm64 (Vulkan) DISABLED
Ubuntu x64 (ROCm 7.2) DISABLED
Ubuntu x64 (OpenVINO) DISABLED
Ubuntu x64 (SYCL FP32) DISABLED

Android:

Android arm64 (CPU) DISABLED

Windows:

Windows x64 (CPU)
Windows arm64 (CPU)
Windows x64 (CUDA 12) - CUDA 12.4 DLLs DISABLED
Windows x64 (CUDA 13) - CUDA 13.3 DLLs DISABLED
Windows x64 (Vulkan) DISABLED
Windows x64 (SYCL) DISABLED
Windows x64 (HIP) DISABLED

v1.1.11

04 Jun 05:57
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

macOS/iOS:

macOS Apple Silicon (arm64)
macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
macOS Intel (x64) SKIPPED
iOS XCFramework DISABLED

Linux:

Ubuntu x64 (CPU)
Ubuntu arm64 (CPU)
Ubuntu s390x (CPU) SKIPPED
Ubuntu x64 (Vulkan) DISABLED
Ubuntu arm64 (Vulkan) DISABLED
Ubuntu x64 (ROCm 7.2) DISABLED
Ubuntu x64 (OpenVINO) DISABLED
Ubuntu x64 (SYCL FP32) DISABLED

Android:

Android arm64 (CPU) DISABLED

Windows:

Windows x64 (CPU)
Windows arm64 (CPU)
Windows x64 (CUDA 12) - CUDA 12.4 DLLs DISABLED
Windows x64 (CUDA 13) - CUDA 13.3 DLLs DISABLED
Windows x64 (Vulkan) DISABLED
Windows x64 (SYCL) DISABLED
Windows x64 (HIP) DISABLED

What's Changed

  • chore(deps): bump actions/github-script from 7 to 9 by @dependabot[bot] in #71

Full Changelog: v1.1.10...v1.1.11

v1.1.10

03 Jun 18:48
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

macOS/iOS:

macOS Apple Silicon (arm64)
macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
macOS Intel (x64) SKIPPED
iOS XCFramework DISABLED

Linux:

Ubuntu x64 (CPU)
Ubuntu arm64 (CPU)
Ubuntu s390x (CPU) SKIPPED
Ubuntu x64 (Vulkan) DISABLED
Ubuntu arm64 (Vulkan) DISABLED
Ubuntu x64 (ROCm 7.2) DISABLED
Ubuntu x64 (OpenVINO) DISABLED
Ubuntu x64 (SYCL FP32) DISABLED

Android:

Android arm64 (CPU) DISABLED

Windows:

Windows x64 (CPU)
Windows arm64 (CPU)
Windows x64 (CUDA 12) - CUDA 12.4 DLLs DISABLED
Windows x64 (CUDA 13) - CUDA 13.3 DLLs DISABLED
Windows x64 (Vulkan) DISABLED
Windows x64 (SYCL) DISABLED
Windows x64 (HIP) DISABLED

v1.1.9

03 Jun 18:40
Immutable release. Only release title and notes can be modified.
1d63e8b

Choose a tag to compare

macOS/iOS:

macOS Apple Silicon (arm64)
macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
macOS Intel (x64) SKIPPED
iOS XCFramework DISABLED

Linux:

Ubuntu x64 (CPU)
Ubuntu arm64 (CPU)
Ubuntu s390x (CPU) SKIPPED
Ubuntu x64 (Vulkan) DISABLED
Ubuntu arm64 (Vulkan) DISABLED
Ubuntu x64 (ROCm 7.2) DISABLED
Ubuntu x64 (OpenVINO) DISABLED
Ubuntu x64 (SYCL FP32) DISABLED

Android:

Android arm64 (CPU) DISABLED

Windows:

Windows x64 (CPU)
Windows arm64 (CPU)
Windows x64 (CUDA 12) - CUDA 12.4 DLLs DISABLED
Windows x64 (CUDA 13) - CUDA 13.3 DLLs DISABLED
Windows x64 (Vulkan) DISABLED
Windows x64 (SYCL) DISABLED
Windows x64 (HIP) DISABLED

v1.1.8

02 Jun 19:53
Immutable release. Only release title and notes can be modified.
58f89df

Choose a tag to compare

Full Changelog: v1.1.7...v1.1.8

v1.1.7

02 Jun 17:20
Immutable release. Only release title and notes can be modified.
ac39866

Choose a tag to compare

Full Changelog: v1.1.6...v1.1.7

v1.1.6

02 Jun 17:17
Immutable release. Only release title and notes can be modified.
309183f

Choose a tag to compare

Full Changelog: v1.1.5...v1.1.6

v1.1.5

02 Jun 17:07
Immutable release. Only release title and notes can be modified.
3dba73a

Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

30 May 16:36

Choose a tag to compare

v1.1.4

Release Date: May 30, 2026
Hardware Profile: CPU (x86)

image

Model Architecture & Configuration

  • Parameters: 6,684,497 (~6.68M)
  • Batch Size: 16
  • Block Size: 32
  • Learning Rate: 1e-3
  • Total Steps: 6,000
image

Training Performance & Metrics

  • Best Validation Loss: 4.1319 (achieved at step 3,900)
  • Total Training Time: 77m 16s
  • Average Throughput: 791 tok/s (peaked at 885 tok/s during warmup)
  • Average Step Time: 656.7 ms
  • Evaluation Frequency: Every 100 steps

Note: The model achieved its best validation loss at step 3900. Beyond this point, the generalization gap began to widen, indicating the onset of overfitting in later steps.

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

27 May 19:04
2f16cfa

Choose a tag to compare

v1.1.3
Docker / CUDA

  • fix import torch failing at container startup caused by ENTRYPOINT resolving to system Python instead of the venv Python
  • ENTRYPOINT now uses the absolute venv path (/app/venv/bin/python3) to avoid PATH resolution ambiguity
  • Added libgl1 to runtime stage dependencies, required by torchvision

Rebuild your image to apply the fix, no other changes required.

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3