mirror of
https://github.com/vishpat/candle-coursera-ml.git
synced 2026-01-06 13:02:58 +00:00
Inital commit
This commit is contained in:
15
logistic-regression/Cargo.toml
Normal file
15
logistic-regression/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "logistic-regression"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
csv = "1.1.6"
|
||||
ndarray = "0.15.3"
|
||||
anyhow = "1.0.40"
|
||||
clap = {version = "4.3.1", features = ["derive"]}
|
||||
rand = "0.8.5"
|
||||
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.4.1", features = ["cuda"] }
|
||||
candle-datasets = { git = "https://github.com/huggingface/candle.git", version = "0.4.1" }
|
||||
Reference in New Issue
Block a user