Add the auto-hinting feature#186
Merged
Merged
Conversation
… including some tests that will later be removed.
…nd the uv.lock file to better support auto-hinting.
…hint/engine.py file.
…oo detailed in gatorgrade/hint/engine.py.
…ove comments and spacing in gatorgrade/hint/engine.py.
…the gatorgrade/hint/engine.py file.
…, improve comments, and refine gatorgrade/hint/engine.py.
… a Gemma 4 model in the tests/hint/test_engine.py file.
…consistently 95% in the pyproject.toml file.
…f in the pyproject.toml file.
…el of quality in the gatorgrade/hint/engine.py file.
… the gatorgrade/output/check_result.py file.
…le in regards to auto-hinting.
…t/test_output.py.
…rgrade/hint/engine.py file.
…o auto-hinting in the gatorgrade/output/check_result.py file.
…utput/output.py file.
…currently needed for detecting low-quality auto-hints.
…currently needed for the auto-hint feature.
…e/hint/engine.py file.
…pyproject.toml file to possibly enable loading of new models.
…ingle quotes in the gatorgrade/hint/engine.py file.
…odels with transformers and pytorch using CPU-only mode.
…st suite execution more predictable now that LLM libraries in use.
…hen loading models in the gatorgrade/hint/engine.py file.
…torgrade/track.py file.
…_checks.py and tests/input/test_command_line_generator.py.
…he gatorgrade/output/output.py file.
…els in the gatorgrade/output/output.py file.
…grade/output/output.py file.
…atorgrade/output/output.py file.
…torgrade/output/output.py file.
…_engine.py that referenced an old package.
…y that referenced an old package.
…nd then use a variable instead of a string constant.
…the remote engines in gatorgrade/hint/remote_engine.py.
…port module in the gatorgrade/hint/__init__.py file.
…torgrade/hint/local_engine.py file.
…pecialized for remote in gatorgrade/hint/remote_engine.py.
…test_local_engine.py and tests/hint/test_remote_engine.py files.
….py file and then rewrite comments to clarify how the parameterization works for must contain and cannot contain lists read in from YAML frontmatter.
…ency to support parallel and random-ordered testing.
…le the sugar plugin with it, in the pyproject.toml file.
…ules and mocking for openai package in tests/hint/test_remote_engine.py.
… when run with xdist in the tests/test_ccl.py file.
…est-xdist package.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for the automated generation of hints using LLMs (local and remote)