forked from luminal-ai/luminal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (26 loc) · 704 Bytes
/
Cargo.toml
File metadata and controls
29 lines (26 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "luminal"
version = "0.2.0"
edition = "2021"
description = "Deep learning at the speed of light."
license = "MIT OR Apache-2.0"
[dependencies]
luminal_macro = { path = "./resources/luminal_macro" }
itertools = "0.11.0"
matrixmultiply = "0.3.8"
num-traits = "0.2.16"
petgraph = "0.6.4"
rand = "0.8.5"
urlencoding = "2.1.2"
webbrowser = "0.8.10"
dyn-clone = "1.0.12"
safetensors = "0.3.1"
memmap2 = { version = "0.7.1", features = ["stable_deref_trait"] }
half = { version = "2.3.1", features = ["num-traits", "rand_distr"] }
tinyvec = "1.6.0"
term_size = "0.3.2"
colored = "2.0.4"
regex = "1.9.5"
rustc-hash = "1.1.0"
[dev-dependencies]
dfdx = { version = "0.13", features = ["f16"] }