Skip to content

Commit

Permalink
Add versioning note to spec (openxla#2333)
Browse files Browse the repository at this point in the history
  • Loading branch information
GleasonK authored May 13, 2024
1 parent 195a448 commit 2d35f55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ We also make nightly wheels available on our GitHub Releases page.
pip install stablehlo -f https://github.com/openxla/stablehlo/releases/expanded_assets/dev-wheels
```

## StableHLO to TensorFLow SavedModel
## StableHLO to TensorFlow SavedModel

This repository offers tooling for the conversion of a StableHLO program,
including its metadata (representing trained weights and biases), into a
Expand Down
6 changes: 6 additions & 0 deletions docs/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ these ops executing together within a program. Finally, the
[Notation](#notation) section discusses the notation used throughout the
specification.

To view the spec from a previous release of StableHLO, open the repo at the
[tagged release](https://github.com/openxla/stablehlo/tags) of interest.
For example, the [StableHLO v0.19.0 Spec](https://github.com/openxla/stablehlo/blob/v0.19.0/docs/spec.md).
To view changes that occurred at each minor version bump of StableHLO, refer to
the version log in [VhloDialect.td](https://github.com/openxla/stablehlo/blob/main/stablehlo/dialect/VhloDialect.td).

## Programs

```ebnf
Expand Down

0 comments on commit 2d35f55

Please sign in to comment.