Skip to content

Commit

Permalink
model submodle
Browse files Browse the repository at this point in the history
  • Loading branch information
nomagick committed Jul 12, 2023
1 parent e3bd576 commit 351d733
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# The .dockerignore file excludes files from the container build process.
#
# https://docs.docker.com/engine/reference/builder/#dockerignore-file

# Exclude Git files
.git
.github
.gitignore

# Exclude Python cache files
__pycache__
.mypy_cache
.pytest_cache
.ruff_cache

# Exclude Python virtual environment
/venv
1 change: 1 addition & 0 deletions chatglm2-6b
Submodule chatglm2-6b added at 162b62

0 comments on commit 351d733

Please sign in to comment.