3 Star 0 Fork 1

mirrors_huggingface/course

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 242 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lewis Tunstall 提交于 2022-01-26 18:18 . Add Makefile
.PHONY: quality style
# Check code formatting
quality:
python utils/code_formatter.py --check_only
# Format code samples automatically and check is there are any problems left that need manual fixing
style:
python utils/code_formatter.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_huggingface/course.git
git@gitee.com:mirrors_huggingface/course.git
mirrors_huggingface
course
course
main

搜索帮助