Skip to content

Commit

Permalink
help idk whats going on
Browse files Browse the repository at this point in the history
  • Loading branch information
Jark5455 committed Mar 12, 2024
1 parent 916d517 commit fc28dc7
Show file tree
Hide file tree
Showing 5 changed files with 445 additions and 125 deletions.
155 changes: 155 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rand = "0.8.5"
rand_distr = "0.4.3"
serde = "1.0.196"
serde_json = "1.0.113"
tch = { git = "https://github.com/Jark5455/tch-rs" }
tch = { git = "https://github.com/Jark5455/tch-rs", features = ["download-libtorch"] }

clap = { version = "4.5.0", features = ["derive"] }
polars = { version = "0.38.1", features = ["cross_join", "cum_agg", "json", "lazy", "ndarray", "regex", "strings"] }
Loading

0 comments on commit fc28dc7

Please sign in to comment.