Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-all-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
default: 'Manual update all model lists'

# Trigger when model_list.txt or workflow files change
# Trigger when workflow files change
push:
paths:
- '.github/workflows/update-all-models.yml'
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/update_models_aihuanxin.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def main():
# Configuration - adjust according to your directory structure
script_dir = os.path.dirname(os.path.abspath(__file__))
repo_root = os.path.join(script_dir, '../..')
output_filename = os.path.join(repo_root, "docs/flagrelease_en/modle-list/model-list-aihuanxin.md")
output_filename = os.path.join(repo_root, "docs/flagrelease_en/modle_list/model-list-aihuanxin.md")

# Ensure output directory exists
output_dir = os.path.dirname(output_filename)
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/update_models_huggingface.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def main():

# Configuration - output file path
script_dir = os.path.dirname(os.path.abspath(__file__))
output_filename = os.path.join(script_dir, '../flagrelease_en/modle-list/model-list-huggingface.md')
output_filename = os.path.join(script_dir, '../flagrelease_en/modle_list/model-list-huggingface.md')

# Get existing model names
print(f"\n1. Reading existing model list from: {output_filename}")
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/update_models_modelscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def main():

# Configuration - output file path
script_dir = os.path.dirname(os.path.abspath(__file__))
output_filename = os.path.join(script_dir, '../flagrelease_en/modle-list/model-list-modelscope.md')
output_filename = os.path.join(script_dir, '../flagrelease_en/modle_list/model-list-modelscope.md')

# Get existing model names
print(f"\n1. Reading existing model list from: {output_filename}")
Expand Down