Skip to content

Commit 7b97a61

Browse files
authored
Update README.md
1 parent 45ee467 commit 7b97a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ from chronos import ChronosPipeline
5050

5151
pipeline = ChronosPipeline.from_pretrained(
5252
"amazon/chronos-t5-small",
53-
device_map="cuda", # use cpu for CPU inference and mps for Apple Silicon
53+
device_map="cuda", # use "cpu" for CPU inference and "mps" for Apple Silicon
5454
torch_dtype=torch.bfloat16,
5555
)
5656

0 commit comments

Comments
 (0)