Skip to content

Commit ebfc456

Browse files
committed
include chrono for prompt
1 parent ea162e8 commit ebfc456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

candle-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ candle-transformers = { workspace = true }
1818
candle-flash-attn = { workspace = true, optional = true }
1919
candle-onnx = { workspace = true, optional = true }
2020

21+
chrono = "0.4"
2122
csv = "1.3.0"
22-
crono = "0.4.0"
2323
cudarc = { workspace = true, optional = true }
2424
half = { workspace = true, optional = true }
2525
hf-hub = { workspace = true, features = ["tokio"] }

0 commit comments

Comments
 (0)