Skip to content

Commit fc8e77f

Browse files
committed
Create release notes for ReadTheDocs
1 parent cb136bc commit fc8e77f

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ Please join our [Discord Channel](https://discord.com/invite/2H9PhvTcDU) and if
9696
:maxdepth: 2
9797
:hidden:
9898
99-
tutorials.md
100-
guides.md
10199
explanations.md
100+
guides.md
102101
reference.md
102+
tutorials.md
103103
development.md
104+
release_notes.md
104105
```

docs/release_notes.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!--
2+
Copyright 2023-2025 Google LLC
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
https://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
# MaxText Release Notes
18+
19+
## PyPI Package
20+
21+
MaxText is [available in PyPI](https://pypi.org/project/maxtext/) and can be installed through pip. Please see our [MaxText Installation Guide](https://maxtext.readthedocs.io/en/latest/guides/install_maxtext.html) for setup instructions.
22+
23+
## Releases
24+
25+
### v0.1.0
26+
27+
Our first MaxText PyPI package is here! MaxText is a high performance, highly scalable, open-source LLM library and reference implementation written in pure Python/JAX and targeting Google Cloud TPUs and GPUs for training. We are excited to make it easier than ever to get started.
28+
29+
Users can now install MaxText through pip, both for local development and through stable PyPI builds. Please see our [MaxText Installation Guide](https://maxtext.readthedocs.io/en/latest/guides/install_maxtext.html) for more setup details.
30+
31+
Going forward, this page will document notable changes as we release new versions of MaxText.

0 commit comments

Comments
 (0)