Merge pull request #13 from aJupyter/dev

refactor: modified xtuner_config and removed model_config
This commit is contained in:
xzwang 2024-01-26 21:38:22 +08:00 committed by GitHub
commit e98d25886f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 222 additions and 223 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ ESConv.json
.DS_Store
tmp/
zhipuai/
data/
# Byte-compiled / optimized / DLL files
__pycache__/

View File

@ -1 +0,0 @@
# 关于InternLM的环境依赖

View File

@ -1 +0,0 @@
# 关于千问大模型环境配置依赖

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 163 KiB