Files
rustytorch/demos/rtx-distllm-demo/Cargo.toml
T
2026-03-04 00:08:42 +00:00

16 lines
335 B
TOML

[package]
name = "rtx-distllm-demo"
version = "1.0.0"
edition = "2021"
authors = ["RustyStack Team"]
description = "DistributedLLM: Trillion-Parameter Inference across Thunderbolt 5 Mac Cluster"
license = "MIT OR Apache-2.0"
[dependencies]
distllm-shared = { path = "../distllm-shared" }
[dev-dependencies]
[lints]
workspace = true