Skip to content

Commit

Permalink
exclude reference folder
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Nov 22, 2024
1 parent 92dfe5a commit eb9c4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_models_list():
os.path.basename(dirpath)
for dirpath in os.listdir(models_path)
if os.path.isdir(os.path.join(models_path, dirpath))
and all(excluded not in dirpath for excluded in ["zips", "mute"])
and all(excluded not in dirpath for excluded in ["zips", "mute", "reference"])
]


Expand Down

0 comments on commit eb9c4cf

Please sign in to comment.