Unverified Commit 57975b27 authored by hhzhang16's avatar hhzhang16 Committed by GitHub
Browse files

feat: Remove vllm and sglang from cargo build command (#1003)

parent ceaeba3e
......@@ -49,7 +49,7 @@ mkdir -p $HOME/dynamo/.build/target
export CARGO_TARGET_DIR=$HOME/dynamo/.build/target
# build project, it will be saved at $HOME/dynamo/.build/target
cargo build --locked --profile dev --features mistralrs,sglang,vllm,python
cargo build --locked --profile dev --features mistralrs,python
cargo doc --no-deps
# create symlinks for the binaries in the deploy directory
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment