Skip to content

Commit ee5f9a9

Browse files
committed
Remove reference to GPU, its not supported yet. We can add back when the support is ready.
1 parent 1c153b1 commit ee5f9a9

2 files changed

Lines changed: 3 additions & 4 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 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

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)