Add training scripts for distilled, flan. Add run service for flan
This commit is contained in:
@@ -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 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user