"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "c8e80b0c8609e255df0400d4c50bcec9eadf797d"
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 ...@@ -49,7 +49,7 @@ mkdir -p $HOME/dynamo/.build/target
export CARGO_TARGET_DIR=$HOME/dynamo/.build/target export CARGO_TARGET_DIR=$HOME/dynamo/.build/target
# build project, it will be saved at $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 cargo doc --no-deps
# create symlinks for the binaries in the deploy directory # 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