Add dataset bench and validation agents

This commit is contained in:
2026-06-30 12:38:25 +08:00
parent 69f9a8e29b
commit dd7b7384ec
16 changed files with 853 additions and 24 deletions

View File

@@ -43,3 +43,7 @@ class WeightSyncRequest(BaseModel):
hash_files: bool = True
skip_existing: bool = True
class DatasetCreate(BaseModel):
name: str
description: str = ""