Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions docker/gce/vllm/setup-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ declare -x GCS_BUCKET
declare -x RUN_ID
declare -x MODEL
declare -x OPENAI_API_BASE=http://localhost:8000/v1
declare -x RUST_BACKTRACE=1

cd $HOME
TESTS_DIR=$HOME/spnl/docker/gce/vllm/test.d
Expand Down
2 changes: 1 addition & 1 deletion spnl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tokio = { version = "1.44.1", features = ["io-std", "io-util", "signal"], option
tokio-stream = { version = "0.1.18", features = ["net"], optional = true }
tokio-util = { version = "0.7.16", optional = true }
anyhow = { version = "1.0.98" }
leann-core = { version = "0.1.4", optional = true, default-features = false, features = ["parallel", "bm25", "pdf"] }
leann-core = { version = "0.1.7", optional = true, default-features = false, features = ["parallel", "bm25", "pdf"] }
ndarray = { version = "0.17", optional = true }
either = { version = "1.13", optional = true }
indexmap = { version = "2.7.0", optional = true }
Expand Down
Loading