Add dataset bench and validation agents
This commit is contained in:
@@ -43,3 +43,7 @@ class WeightSyncRequest(BaseModel):
|
||||
hash_files: bool = True
|
||||
skip_existing: bool = True
|
||||
|
||||
|
||||
class DatasetCreate(BaseModel):
|
||||
name: str
|
||||
description: str = ""
|
||||
|
||||
Reference in New Issue
Block a user