Skip to content

Commit 3c0d424

Browse files
ci: fix benchmark by untracking local config and enforcing onnx provider
1 parent 1b96d5c commit 3c0d424

3 files changed

Lines changed: 2 additions & 22 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111
RUST_BACKTRACE: 1
12+
VECTORCODE_PROVIDER: onnx
1213

1314
jobs:
1415
benchmark:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
target/
22
.vectorcode/index.db
3+
.vectorcode/config.toml
34
.codegraph/
45
*.dylib
56
*.so

.vectorcode/config.toml

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

0 commit comments

Comments
 (0)