Skip to content

Commit 2b5dafa

Browse files
physicsrobclaude
andcommitted
Release 0.1.0
First public release: notes finalized, README install section points at PyPI. Test Suite Status: 1615 passed, 0 failed, 0 skipped (--device cpu). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 4f7c970 commit 2b5dafa

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@ ONNX artifact runnable outside `transformers`.
7979

8080
## Install
8181

82-
Not yet on PyPI — install from source. Python 3.10 or later.
82+
Python 3.10 or later.
83+
84+
```
85+
pip install "torchwright[hf]"
86+
```
87+
88+
Or from source:
8389

8490
```
8591
git clone https://github.com/physicsrob/torchwright

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.1.0 — 2026-07-23
4+
5+
First public release.
6+
37
## Bundles ship a generation config
48

59
- `compile_hf_bundle` and `save_hf_bundle` now write

0 commit comments

Comments
 (0)