1 Star 1 Fork 0

as/huggingface_hub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 228 Bytes
一键复制 编辑 原始数据 按行查看 历史
Julien Chaumond 提交于 2020-12-22 22:43 . Initial import (#1)
.PHONY: quality style test
check_dirs := tests src
quality:
black --check $(check_dirs)
isort --check-only $(check_dirs)
flake8 $(check_dirs)
style:
black $(check_dirs)
isort $(check_dirs)
test:
pytest -sv ./tests/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bsdns/huggingface_hub.git
git@gitee.com:bsdns/huggingface_hub.git
bsdns
huggingface_hub
huggingface_hub
add-framework-to-snapshot-download

搜索帮助