"lib/bindings/vscode:/vscode.git/clone" did not exist on "af8ee9db45805d481863eec030383e766bca6700"
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