-
Notifications
You must be signed in to change notification settings - Fork 238
feat: standardize editor configs for cross-platform development #442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: yuluo-yx <[email protected]>
✅ Deploy Preview for vllm-semantic-router ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
👥 vLLM Semantic Team NotificationThe following members have been identified for the changed files in this PR and have been automatically assigned: 📁
|
@yuluo-yx how to use these files? Can you add these in the contribution guide? |
by install.EditorConfig plugin. for vscode, is |
Signed-off-by: yuluo-yx <[email protected]>
Signed-off-by: yuluo-yx <[email protected]>
Signed-off-by: yuluo-yx <[email protected]>
Signed-off-by: yuluo-yx <[email protected]>
Signed-off-by: yuluo-yx <[email protected]>
There was a problem hiding this comment.
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]>
I was able to run precommit locally successfully, but it failed on the CI. What could be the reason for this? 👀
|
@yuluo-yx some files need to be updated
|
yep, but run |
Maybe just revert the mentioned files below, and git commit them without running 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 |
@JaredforReal emmm~ my pr not hava any py file 😂 |
by #456 |
I referred to some project configurations: