mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 15:31:26 +08:00
update cudarc branch
This commit is contained in:
parent
a9fcd87720
commit
6cbf3e6621
@ -11,7 +11,7 @@ edition.workspace = true
|
||||
crate-type = ["cdylib", "staticlib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "memory-limit", features = [
|
||||
cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "runtime-fuel/cudnn-cublas", features = [
|
||||
"cuda-version-from-build-system",
|
||||
], optional = true }
|
||||
tig-challenges = { path = "../tig-challenges" }
|
||||
|
||||
@ -9,7 +9,7 @@ edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.81"
|
||||
cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "memory-limit", features = [
|
||||
cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "runtime-fuel/cudnn-cublas", features = [
|
||||
"cuda-version-from-build-system",
|
||||
], optional = true }
|
||||
ndarray = "0.15.6"
|
||||
|
||||
@ -10,7 +10,7 @@ edition.workspace = true
|
||||
[dependencies]
|
||||
anyhow = "1.0.81"
|
||||
clap = { version = "4.5.4" }
|
||||
cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "memory-limit", features = [
|
||||
cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "runtime-fuel/cudnn-cublas", features = [
|
||||
"cuda-version-from-build-system",
|
||||
], optional = true }
|
||||
libloading = "0.8.6"
|
||||
|
||||
@ -9,7 +9,7 @@ readme.workspace = true
|
||||
[dependencies]
|
||||
anyhow = "1.0.81"
|
||||
clap = { version = "4.5.4" }
|
||||
cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "memory-limit", features = [
|
||||
cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "runtime-fuel/cudnn-cublas", features = [
|
||||
"cuda-version-from-build-system",
|
||||
], optional = true }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user