Skip to content

Commit

Permalink
Add no-paged-attention for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Dec 3, 2023
1 parent 9a26979 commit a3e2d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ futures = "0.3.29"
tokio = { version = "1.33.0", features = ["sync"] }
env_logger = "0.10.1"
tracing = "0.1.40"

[target.'cfg(not(feature = "no-paged-attention"))'.dependencies]
tch = { git = "https://github.com/EricLBuehler/tch-rs.git", branch = "copy_derive", version = "0.14.0" } # pending on LaurentMazare/tch-rs#823
torch-sys = { git = "https://github.com/EricLBuehler/tch-rs.git", branch = "copy_derive", version = "0.14.0" } # pending on LaurentMazare/tch-rs#823

Expand Down

0 comments on commit a3e2d90

Please sign in to comment.