wip archival commit, unclear what I was doing here

This commit is contained in:
2025-06-12 16:38:49 -04:00
parent 382185f623
commit 94eaf8f833
33 changed files with 6747 additions and 571 deletions

View File

@ -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"