Skip to content

Commit

Permalink
Merge pull request #299 from joshpopelka20/master
Browse files Browse the repository at this point in the history
fix bug with mistralrs cuda
  • Loading branch information
EricLBuehler committed May 13, 2024
2 parents ce42ad5 + 56528e7 commit 70aebcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
futures = "0.3"
clap = { version = "4.5.1", features = ["derive"] }
pyo3 = { version = "0.21.0", features = ["full", "extension-module"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread"] }
tokio = { version = "1.36.0", features = ["full", "rt-multi-thread"] }

[profile.profiling]
inherits = "release"
Expand Down

0 comments on commit 70aebcc

Please sign in to comment.