Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
57975b27
Unverified
Commit
57975b27
authored
May 08, 2025
by
hhzhang16
Committed by
GitHub
May 08, 2025
Browse files
feat: Remove vllm and sglang from cargo build command (#1003)
parent
ceaeba3e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.devcontainer/post-create.sh
.devcontainer/post-create.sh
+1
-1
No files found.
.devcontainer/post-create.sh
View file @
57975b27
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment