1 Star 0 Fork 164

简笔轩客 / PaddleNLP

forked from PaddlePaddle / PaddleNLP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sijun He 提交于 2023-03-20 11:35 . Ignore fleetx in CI (#5303)
[tool.isort]
profile = 'black'
known_third_party = ["paddle"]
skip = ['paddlenlp/transformers/__init__.py']
[tool.black]
line-length = 119
target_version = ['py35', 'py36', 'py37', 'py38', 'py39', 'py310']
exclude = ['.flake8']
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q --ignore model_zoo/gpt-3/ppfleetx"
pythonpath = ["."]
testpaths = [
"tests/data",
"tests/datasets",
"tests/embeddings",
"tests/experimental",
"tests/layers",
"tests/metrics",
"tests/ops",
"tests/transformers",
"tests/prompt",
"tests/taskflow",
"tests/utils",
"model_zoo",
"tests/dataaug",
]
python_files = [
"test.py",
"test_*.py"
]
Python
1
https://gitee.com/yzcy/PaddleNLP.git
git@gitee.com:yzcy/PaddleNLP.git
yzcy
PaddleNLP
PaddleNLP
develop

搜索帮助