wip archival commit, unclear what I was doing here
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@ -4,10 +4,22 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
mistralrs.git = "https://github.com/EricLBuehler/mistral.rs.git"
|
||||
mistralrs.tag = "v0.3.4"
|
||||
mistralrs.features = ["cuda", "cudnn"]
|
||||
scraper = "0.19.0"
|
||||
log = "0.4.21"
|
||||
anyhow = { version = "1.0.82", features = ["backtrace", "std"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
regex = "1.10.4"
|
||||
reqwest = { version = "0.12.3", features = ["blocking"] }
|
||||
reqwest = { version = "0.12.3", features = ["blocking"] }
|
||||
test-log = { version = "0.2.16", features = ["color", "log", "trace"] }
|
||||
strum = { version = "0.26.3", features = [
|
||||
"std",
|
||||
"derive",
|
||||
"phf",
|
||||
"strum_macros",
|
||||
] }
|
||||
tokio = "1.41.1"
|
||||
image = "0.25.5"
|
||||
|
Reference in New Issue
Block a user