Ship Assistent 0.15.3: user-owned Generate, SwarmUI aspects, HF import UX.
Chips and quick patches apply params without auto-Generate; aspect sizes match Swarm Side Length 1024. HF import shows drafts after switching filter from approved-only; training status and job polling improved. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -506,7 +506,14 @@ public partial class SwarmAssistentExtension
|
||||
{
|
||||
return new JObject { ["success"] = true, ["imported"] = 0, ["runner_only"] = true, ["id"] = id, ["note"] = "Большой набор — используй HF id в QLoRA-раннере" };
|
||||
}
|
||||
return new JObject { ["success"] = true, ["imported"] = imported, ["id"] = id };
|
||||
return new JObject
|
||||
{
|
||||
["success"] = true,
|
||||
["imported"] = imported,
|
||||
["id"] = id,
|
||||
["rows_fetched"] = rows.Count,
|
||||
["status"] = "draft",
|
||||
};
|
||||
}
|
||||
|
||||
static JArray ConvertHfRowToMessages(JObject row, JObject schema, JObject mapping)
|
||||
|
||||
Reference in New Issue
Block a user