Add training scripts for distilled, flan. Add run service for flan

This commit is contained in:
William Jeynes
2026-03-23 22:43:59 +00:00
parent c69730df6b
commit e368c50577
7 changed files with 561 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const AGENT_NAME = process.env.AGENT ?? "agent";
*/
const MODE = process.env.MODE ?? "claim";
const MAX_CONCURRENCY = 5;
const MAX_CONCURRENCY = 1;
const client = new Client({ apiUrl: API_URL });