Skip to content

Commit 173da45

Browse files
authored
Merge pull request #186 from utilityai/134-add-windows-to-test-ci
test windows
2 parents bdf8e5f + 0b8ab7b commit 173da45

File tree

4 files changed

+2
-128
lines changed

4 files changed

+2
-128
lines changed

.github/workflows/llama-cpp-rs-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,5 @@ jobs:
8080
uses: dtolnay/rust-toolchain@stable
8181
- name: Build
8282
run: cargo build --features sampler
83+
- name: Test
84+
run: cargo test --features sampler

llama-cpp-2/Cargo.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@ llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.44" }
1313
thiserror = { workspace = true }
1414
tracing = { workspace = true }
1515

16-
[dev-dependencies]
17-
hf-hub = { workspace = true }
18-
criterion = { workspace = true }
19-
pprof = { workspace = true, features = ["criterion", "flamegraph"] }
20-
21-
[[bench]]
22-
name = "grammar_bias"
23-
harness = false
24-
25-
[[bench]]
26-
name = "generate"
27-
harness = false
28-
2916
[features]
3017
cublas = ["llama-cpp-sys-2/cublas"]
3118
sampler = []

llama-cpp-2/benches/generate.rs

Lines changed: 0 additions & 63 deletions
This file was deleted.

llama-cpp-2/benches/grammar_bias.rs

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)