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 TPU and GPU
1+ # JetStream - A throughput and memory optimized engine for LLM inference on TPUs
22
33## About
44
5- JetStream is a fast library for LLM inference and serving on TPU and GPU .
5+ JetStream is a fast library for LLM inference and serving on TPUs .
66
77## Getting Started
88
Original file line number Diff line number Diff line change @@ -26,8 +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 TPU and'
30- ' GPU.'
29+ 'A throughput and memory optimized engine for LLM inference on TPUs'
3130 ),
3231 long_description = open ('README.md' ).read (),
3332 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments