Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some tweaks related to context ingestion #168

Closed
wants to merge 1 commit into from
Closed

Conversation

nicholasjng
Copy link
Collaborator

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.

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.
@nicholasjng
Copy link
Collaborator Author

This is stale - most of the content here has found its way into main in the latest TOML parsing addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant