feat: Update initialization component with loading progress and tips carousel

This commit is contained in:
Will Miao
2025-04-13 14:03:02 +08:00
parent 5918f35b8b
commit 72c6f91130
4 changed files with 85 additions and 79 deletions

View File

@@ -59,7 +59,6 @@ class CheckpointScanner(ModelScanner):
# Sort for consistent order
sorted_paths = sorted(all_paths, key=lambda p: p.lower())
logger.info(f"Found checkpoint roots: {sorted_paths}")
return sorted_paths