olm-chat-7b / pyproject.toml
henhenhahi111112's picture
Upload folder using huggingface_hub
af6e330 verified
raw
history blame contribute delete
192 Bytes
[tool.black]
line-length = 120
[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow",
"gpu: marks tests as requiring gpus",
"s3: marks tests as requiring s3 creds",
]