From 7d79b676d51b4721dfed6c5def5c952cdb971448 Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Tue, 1 Aug 2023 14:55:00 +0800 Subject: [PATCH] add model_config.py.example instead of model_config.py --- .gitignore | 1 + configs/{model_config.py => model_config.py.example} | 0 2 files changed, 1 insertion(+) rename configs/{model_config.py => model_config.py.example} (100%) diff --git a/.gitignore b/.gitignore index 124c04e..af50500 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ logs .idea/ __pycache__/ knowledge_base/ +configs/model_config.py \ No newline at end of file diff --git a/configs/model_config.py b/configs/model_config.py.example similarity index 100% rename from configs/model_config.py rename to configs/model_config.py.example