Skip to content

Commit

Permalink
Update README (#30)
Browse files Browse the repository at this point in the history
* Update README

* Update python pkg setup
  • Loading branch information
JoeZijunZhou authored Apr 4, 2024
1 parent 385ecac commit 10bd138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# JetStream - A throughput and memory optimized engine for LLM inference on TPUs
# JetStream is a throughput and memory optimized engine for LLM inference on XLA devices, starting with TPUs (and GPUs in future -- PRs welcome).

## About

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

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def parse_requirements(filename):
name="google-jetstream",
version="0.1.1",
description=(
"A throughput and memory optimized engine for LLM inference on TPUs"
"JetStream is a throughput and memory optimized engine for LLM inference on XLA devices, starting with TPUs (and GPUs in future -- PRs welcome)."
),
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 10bd138

Please sign in to comment.