1 Star 0 Fork 0

会飞的猫/LLaMA-Factory

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 645 Bytes
一键复制 编辑 原始数据 按行查看 历史
hiyouga 提交于 2024-05-16 18:39 . rename package
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.ruff]
target-version = "py38"
line-length = 119
indent-width = 4
[tool.ruff.lint]
ignore = ["C408", "C901", "E501", "E731", "E741", "W605"]
select = ["C", "E", "F", "I", "W"]
[tool.ruff.lint.isort]
lines-after-imports = 2
known-first-party = ["llamafactory"]
known-third-party = [
"accelerate",
"datasets",
"gradio",
"numpy",
"peft",
"torch",
"transformers",
"trl"
]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"
docstring-code-format = true
skip-magic-trailing-comma = false
line-ending = "auto"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/niceWangRongsheng/LLaMA-Factory.git
git@gitee.com:niceWangRongsheng/LLaMA-Factory.git
niceWangRongsheng
LLaMA-Factory
LLaMA-Factory
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385