mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-17 20:30:36 +08:00
[deps] fix uv conflicts (#7686)
* fix #7678 * Update setup.py * Update tests.yml * Update publish.yml * Update Makefile
This commit is contained in:
@@ -61,7 +61,7 @@ known-third-party = [
|
||||
"peft",
|
||||
"torch",
|
||||
"transformers",
|
||||
"trl"
|
||||
"trl",
|
||||
]
|
||||
|
||||
[tool.ruff.lint.pydocstyle]
|
||||
@@ -87,5 +87,9 @@ conflicts = [
|
||||
[
|
||||
{ extra = "torch-npu" },
|
||||
{ extra = "vllm" },
|
||||
]
|
||||
],
|
||||
[
|
||||
{ extra = "sglang" },
|
||||
{ extra = "minicpm_v" },
|
||||
],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user