File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments