Skip to content

Commit 10bd138

Browse files
authored
Update README (#30)
* Update README * Update python pkg setup
1 parent 385ecac commit 10bd138

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# JetStream - A throughput and memory optimized engine for LLM inference on TPUs
1+
# JetStream is a throughput and memory optimized engine for LLM inference on XLA devices, starting with TPUs (and GPUs in future -- PRs welcome).
22

33
## About
44

5-
JetStream is a fast library for LLM inference and serving on TPUs.
5+
JetStream is a fast library for LLM inference and serving on TPUs (and GPUs in future -- PRs welcome).
66

77
## Getting Started
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def parse_requirements(filename):
2626
name="google-jetstream",
2727
version="0.1.1",
2828
description=(
29-
"A throughput and memory optimized engine for LLM inference on TPUs"
29+
"JetStream is a throughput and memory optimized engine for LLM inference on XLA devices, starting with TPUs (and GPUs in future -- PRs welcome)."
3030
),
3131
long_description=open("README.md").read(),
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)