Skip to content

Conversation

Copy link

netlify bot commented Oct 15, 2025

Deploy Preview for vllm-semantic-router ready!

Name Link
🔨 Latest commit 5a9654c
🔍 Latest deploy log https://app.netlify.com/projects/vllm-semantic-router/deploys/68f1034c289087000864ae4f
😎 Deploy Preview https://deploy-preview-442--vllm-semantic-router.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

github-actions bot commented Oct 15, 2025

👥 vLLM Semantic Team Notification

The following members have been identified for the changed files in this PR and have been automatically assigned:

📁 Root Directory

Owners: @rootfs, @Xunzhuo
Files changed:

  • .editorconfig
  • .gitattributes
  • .github/workflows/docker-publish.yml
  • .gitignore
  • .pre-commit-config.yaml
  • scripts/quickstart.sh

📁 config

Owners: @rootfs
Files changed:

  • config/tools_db.json

📁 dashboard

Owners: @JaredforReal, @Xunzhuo
Files changed:

  • dashboard/OWNER

📁 deploy

Owners: @rootfs, @Xunzhuo
Files changed:

  • deploy/docker-compose/addons/llm-router-dashboard.json
  • deploy/kubernetes/istio/tools_db.json
  • deploy/kubernetes/tools_db.json
  • deploy/openshift/Dockerfile.llm-katan
  • deploy/openshift/cleanup-openshift.sh
  • deploy/openshift/config-openshift.yaml
  • deploy/openshift/demo/demo-classification-results.json
  • deploy/openshift/deploy-to-openshift.sh
  • deploy/openshift/deployment.yaml
  • deploy/openshift/envoy-openshift.yaml
  • deploy/openshift/kustomization.yaml
  • deploy/openshift/openwebui/deploy-openwebui-on-openshift.sh
  • deploy/openshift/openwebui/deployment.yaml
  • deploy/openshift/openwebui/kustomization.yaml
  • deploy/openshift/openwebui/pvc.yaml
  • deploy/openshift/openwebui/route.yaml
  • deploy/openshift/openwebui/service.yaml
  • deploy/openshift/openwebui/uninstall-openwebui.sh
  • deploy/openshift/template.yaml

📁 e2e-tests

Owners: @yossiovadia
Files changed:

  • e2e-tests/llm-katan/.gitignore
  • e2e-tests/llm-katan/demo-embed.html
  • e2e-tests/llm-katan/pyproject.toml
  • e2e-tests/llm-katan/terminal-demo.html
  • e2e-tests/start-llm-katan.sh

📁 src

Owners: @rootfs, @Xunzhuo, @wangchen615
Files changed:

  • src/OWNER
  • src/training/training_lora/OWNER
  • src/training/training_lora/classifier_model_fine_tuning_lora/go.mod
  • src/training/training_lora/classifier_model_fine_tuning_lora/train_cpu_optimized.sh
  • src/training/training_lora/pii_model_fine_tuning_lora/go.mod
  • src/training/training_lora/pii_model_fine_tuning_lora/train_cpu_optimized.sh
  • src/training/training_lora/prompt_guard_fine_tuning_lora/go.mod
  • src/training/training_lora/prompt_guard_fine_tuning_lora/train_cpu_optimized.sh

📁 tools

Owners: @yuluo-yx, @rootfs, @Xunzhuo
Files changed:

  • tools/linter/go/.golangci.yml
  • tools/make/milvus.mk
  • tools/make/openshift.mk
  • tools/observability/llm-router-dashboard.json

📁 website

Owners: @Xunzhuo, @rootfs, @yuluo-yx
Files changed:

  • website/src/components/ZoomableMermaid/styles.module.css
  • website/src/pages/community/contributing.tsx

vLLM

🎉 Thanks for your contributions!

This comment was automatically generated based on the OWNER files in the repository.

@rootfs
Copy link
Collaborator

rootfs commented Oct 15, 2025

@yuluo-yx how to use these files? Can you add these in the contribution guide?

@yuluo-yx
Copy link
Contributor Author

@yuluo-yx how to use these files? Can you add these in the contribution guide?

by install.EditorConfig plugin. for vscode, is EditorConfig for VS Code.
image

Signed-off-by: yuluo-yx <[email protected]>
Signed-off-by: yuluo-yx <[email protected]>
rootfs
rootfs previously approved these changes Oct 16, 2025
Signed-off-by: yuluo-yx <[email protected]>
Signed-off-by: yuluo-yx <[email protected]>
Signed-off-by: yuluo-yx <[email protected]>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file change is end of line CRLF -> LF

Signed-off-by: yuluo-yx <[email protected]>
@yuluo-yx
Copy link
Contributor Author

hi @JaredforReal @rootfs

I was able to run precommit locally successfully, but it failed on the CI. What could be the reason for this? 👀

# shown @ 🚀 Everything wins. in ~/workspace/golang/open_source/semantic-router on git:1015-yuluo/chore-dev-config x [22:36:12] 
$ pre-commit run --all-files
trim trailing whitespace.................................................Passed
fix end of files.........................................................Passed
check for added large files..............................................Passed
go fmt...................................................................Passed
go lint..................................................................Passed
md fmt...................................................................Passed
yaml/yml fmt.............................................................Passed
js/ts lint...............................................................Passed
cargo fmt................................................................Passed
cargo check..............................................................Passed
isort....................................................................Passed
black....................................................................Passed
(.venv) 

@rootfs
Copy link
Collaborator

rootfs commented Oct 16, 2025

@yuluo-yx some files need to be updated

black....................................................................Failed
- hook id: black
- files were modified by this hook

reformatted bench/vllm_semantic_router_bench/dataset_implementations/__init__.py
reformatted bench/vllm_semantic_router_bench/dataset_factory.py
reformatted src/training/classifier_model_fine_tuning/ft_linear.py
reformatted src/training/training_lora/classifier_model_fine_tuning_lora/ft_qwen3_generative_lora.py
reformatted src/training/training_lora/classifier_model_fine_tuning_lora/ft_linear_lora.py
reformatted src/training/training_lora/prompt_guard_fine_tuning_lora/jailbreak_bert_finetuning_lora.py
reformatted src/training/pii_model_fine_tuning/pii_bert_finetuning.py
reformatted src/training/training_lora/pii_model_fine_tuning_lora/pii_bert_finetuning_lora.py
reformatted src/training/prompt_guard_fine_tuning/jailbreak_bert_finetuning.py

@yuluo-yx
Copy link
Contributor Author

@yuluo-yx some files need to be updated

yep, but run pre-commit run --all-files, then git status, no changes, Was it me who executed the wrong command? 🤔

@JaredforReal
Copy link
Collaborator

Maybe just revert the mentioned files below, and git commit them without running pre-commit run --all-files, it should be an issue related to the conflict between isort and black.

black....................................................................Failed
- hook id: black
- files were modified by this hook

reformatted bench/vllm_semantic_router_bench/dataset_implementations/__init__.py
reformatted bench/vllm_semantic_router_bench/dataset_factory.py
reformatted src/training/classifier_model_fine_tuning/ft_linear.py
reformatted src/training/training_lora/classifier_model_fine_tuning_lora/ft_qwen3_generative_lora.py
reformatted src/training/training_lora/classifier_model_fine_tuning_lora/ft_linear_lora.py
reformatted src/training/training_lora/prompt_guard_fine_tuning_lora/jailbreak_bert_finetuning_lora.py
reformatted src/training/pii_model_fine_tuning/pii_bert_finetuning.py
reformatted src/training/training_lora/pii_model_fine_tuning_lora/pii_bert_finetuning_lora.py
reformatted src/training/prompt_guard_fine_tuning/jailbreak_bert_finetuning.py

@yuluo-yx
Copy link
Contributor Author

@JaredforReal emmm~ my pr not hava any py file 😂

@yuluo-yx
Copy link
Contributor Author

by #456

@yuluo-yx yuluo-yx closed this Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Precommit newline] In the SR project, should all the files end on a new line?

6 participants