-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some tweaks related to context ingestion
Unfortunately, the first prototype for builtin context provider support from the command line was not successful. The alternative is to provide values as key=`from nnbench.context import xy; print(xy()())`, but that returns the serialized JSON struct, which is not all that useful. Maybe we can get around that by optionally processing JSON-like values into the context.
- Loading branch information
1 parent
7b8c043
commit 355522f
Showing
2 changed files
with
5 additions
and
9 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