1 Star 0 Fork 0

robin_mirror/LLaVA-Plus-Codebase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitattributes 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matt Mazzola 提交于 2023-10-31 01:44 +08:00 . Add .devcontainer
# https://git-scm.com/docs/gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
# https://git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto
# common python attributes, taken from https://github.com/alexkaratarakis/gitattributes/blob/710900479a2bedeec7003d381719521ffbb18bf8/Python.gitattributes
# Source files
# ============
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.pyi text diff=python
# Binary files
# ============
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary export-ignore
*.pyo binary export-ignore
*.pyd binary
# Jupyter notebook
*.ipynb text eol=lf
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/robin_mirror/LLaVA-Plus-Codebase.git
git@gitee.com:robin_mirror/LLaVA-Plus-Codebase.git
robin_mirror
LLaVA-Plus-Codebase
LLaVA-Plus-Codebase
main

搜索帮助