Improve: automatically generate configs/paths.yml by copying it from configs/default_paths.yml when running initialize.py
If configs/paths.yml itself is included in version control, differences will occur when it is changed in each environment, which is troublesome.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -14,6 +14,8 @@ dist/
|
||||
/bert/*/*.safetensors
|
||||
/bert/*/*.msgpack
|
||||
|
||||
/configs/paths.yml
|
||||
|
||||
/pretrained/*.safetensors
|
||||
/pretrained/*.pth
|
||||
|
||||
|
||||
Reference in New Issue
Block a user