fix emojies

This commit is contained in:
Dobromir Popov
2025-11-22 21:46:35 +02:00
parent e541e16e7e
commit 9a06288911
37 changed files with 528 additions and 181 deletions

View File

@@ -55,7 +55,7 @@ def test_training():
# List available methods
methods = [m for m in dir(trainer) if not m.startswith('_') and callable(getattr(trainer, m))]
print(f" 📋 Trainer methods: {', '.join(methods[:10])}...")
print(f" Trainer methods: {', '.join(methods[:10])}...")
if not available_models:
print(" No models available!")