-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
made BatchScheduler an expression. removed engine from its params and…
… using bind decorator instead to bind to engines __call__ method. updated readme and package.json
- Loading branch information
Aynur Adanbekova
authored and
Aynur Adanbekova
committed
Nov 3, 2024
1 parent
5ee9aa9
commit 20517e2
Showing
3 changed files
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"version": "0.0.1", | ||
"name": "AynurAda/symbatcher", | ||
"description": "<Project Description>", | ||
"description": "the symbolicai batch scheduler for parallel execution of expressions and batched llm calls", | ||
"expressions": [ | ||
{ | ||
"module": "src/func", | ||
"type": "MyExpression" | ||
"type": "BatchScheduler" | ||
} | ||
], | ||
"run": { | ||
"module": "src/func", | ||
"type": "MyExpression" | ||
"type": "BatchScheduler" | ||
}, | ||
"dependencies": [] | ||
} | ||
}s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters