Add mainfile.py and requirements.txt; implement tar file extraction a…#5
Open
BeG04T wants to merge 41 commits into
Open
Add mainfile.py and requirements.txt; implement tar file extraction a…#5BeG04T wants to merge 41 commits into
BeG04T wants to merge 41 commits into
Conversation
…nd dependency management
Starter files for the "PLLM edit" main difference being for every process instead of creating a docker container, it simply does a subprocess call and tries to pip install. If every pip install is successful then the code returns 0, otherwise returns 1 and prints the problematic call. This edit is seen in the function docker_create_process. Function name is not changed because it would probably mess with too many function calls and i don't have the time or effort to go clean it up
Added first edition for function to test running python functionality
Added an extra line that sent llm_eval through the right pipeline before using Also added cleanup functions that run pip uninstall after everything to cleanup the mess
Instead of installing every module individually, modules are now installed with one singular pip install lines to hopefully highlight/avoid potential autofixes from pip to avoid the dependency conflict
placeholder file for the results file
Supposed to help with deciphering output
Small fixes for unintentional behavior
Now saves status
Fixed bug regarding timeout status report
Now it loops through files in directory
Addresses issues with adding unintended files
Edge case to cover no modules
Should be the actual file for the changes proposed for pllm
Installed Issue Fixer lmao
Added Looping to the LLM and something i don't remember honestly
Fixed an issue with the error looping pipeline also now it uses stderr which should help error cataloguing
Added the initial changes for this file
Added functions needed for our improvement
This should add all the functions needed for our improvement. Bug fixes to follow
Small bug fix
Should be the final update for features, bug fixes mainly
Also should be final changes, bug fixes
Bug Fix
Bug Fix
Caught a case where return_dict could be empty, fixed
Changed file to with to help save output
Same as earlier in the old file
Author
|
should be final |
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.
…nd dependency management