We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ee467 commit 7b97a61Copy full SHA for 7b97a61
README.md
@@ -50,7 +50,7 @@ from chronos import ChronosPipeline
50
51
pipeline = ChronosPipeline.from_pretrained(
52
"amazon/chronos-t5-small",
53
- device_map="cuda", # use cpu for CPU inference and mps for Apple Silicon
+ device_map="cuda", # use "cpu" for CPU inference and "mps" for Apple Silicon
54
torch_dtype=torch.bfloat16,
55
)
56
0 commit comments