mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-29 18:51:37 +00:00
Config ui section is coming along
This commit is contained in:
@@ -17,7 +17,8 @@ model Settings {
|
||||
model Training {
|
||||
id String @id @default(uuid())
|
||||
name String
|
||||
run_data String // JSON string
|
||||
gpu_id Int
|
||||
job_config String // JSON string
|
||||
created_at DateTime @default(now())
|
||||
updated_at DateTime @updatedAt
|
||||
}
|
||||
Reference in New Issue
Block a user