Feature/add scripts and updates - #15
Open
prajwal369 wants to merge 4 commits into
Open
Conversation
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.
This Pull Request introduces several enhancements to improve usability, compatibility, and robustness for Linux users. Below is a summary of the changes:
New Utility Scripts :
Added a collection of utility scripts to streamline model management, container operations, and system setup. These scripts are designed specifically for Linux users to simplify workflows and improve productivity.
Updated README.md :
Enhanced the documentation to include clear instructions on using the new scripts and features. The updates ensure that users have comprehensive guidance for setup and usage.
Improved llama3_2 Configuration File :
Updated the llama3_2 configuration file to reflect recent changes and ensure compatibility with the latest dependencies.
Dynamic Dependency Installation via Dockerfile :
Introduced a robust Dockerfile that automatically detects the hardware capabilities of the system (e.g., GPU or CPU) and installs dependencies accordingly.
Added support for CPU-only environments, making the project accessible to users without GPU resources.
These changes aim to make the repository more user-friendly, adaptable, and inclusive for a wider range of systems and configurations.