Skip to content

Commit 33efa3b

Browse files
committed
Prepare for release
Remaining: CUDA regressions
1 parent 1d27016 commit 33efa3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.5.3] -- 2025-05-08
1+
## [0.5.3] -- 2025-05-19
22

33
### Added
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ IMPORTANT: debug logging from CUDA in complex settings currently only works as i
6666

6767
This is very tentative.
6868

69-
* 0.5.x/0.6.x: Apple Metal backend.
7069
* 0.6: Replicate the scaffolding from [llm.c](https://github.com/karpathy/llm.c) for training GPT-2.
7170
* Useful building blocks for models in [lib/nn_blocks.ml](lib/nn_blocks.ml).
7271
* A language model example.
@@ -96,6 +95,7 @@ This is very tentative.
9695

9796
For more details, see [CHANGES](CHANGES.md).
9897

98+
* **0.5.3: Apple Metal backend.**
9999
* **0.5.2: More primitive operations.**
100100
* Supports a lot of primitive operations (including ternary ops), and ternary tensor operations.
101101
* `%cd` and `%op` support both curried and uncurried operator application syntax.

0 commit comments

Comments
 (0)