Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dstack/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dstack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ log = "0.4.26"
moka = { version = "0.12.15", default-features = false, features = ["sync"] }
notify = "8.0.0"
nvml-wrapper = "0.12.1"
# Raw NVML entry points the safe wrapper does not bind (fabric + P2P status).
nvml-wrapper-sys = "0.9.1"
rand = "0.8.5"
regorus = { version = "0.10.1", default-features = false, features = ["full-opa", "arc"] }
tracing = "0.1.40"
Expand Down
1 change: 1 addition & 0 deletions dstack/dstack-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ sodiumbox.workspace = true
libc.workspace = true
luks2.workspace = true
nvml-wrapper.workspace = true
nvml-wrapper-sys.workspace = true
scopeguard.workspace = true
tempfile.workspace = true
ez-hash.workspace = true
Expand Down
Loading
Loading