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

Implemented checks on system_info.py #152

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Implemented checks on system_info.py #152

merged 1 commit into from
Jan 24, 2024

Conversation

ashikshafi08
Copy link
Contributor

Current behavior

The get_os_version function in neogpt/utils/system_info.py is missing.

Proposed changes

  • Task: Implement the get_os_version function in neogpt/utils/system_info.py.

  • Details: The function should return the operating system currently in use.

  • Additional Information: Also implemented other functions.

I have implemented all the functions except the neogpt_info().

  • Implemented get_python_version() to return the current Python version.
  • Implemented get_os_version() to return the OS the system is using.
  • Implemented get_ram_info() to get the Free/Used RAM capacity.
  • Implemented get_cpu_info() to check the resources utilized.
  • Implemented get_neogpt_version() to check the current version of NeoGPT.

Checks

  • All commits in this Pull Request are signed and Verified by Github.

@neokd
Copy link
Owner

neokd commented Jan 24, 2024

@ashikshafi08 is this under JWOC??

@ashikshafi08
Copy link
Contributor Author

@ashikshafi08 is this under JWOC??

Yes it is

@neokd
Copy link
Owner

neokd commented Jan 24, 2024

@ashikshafi08 if ur working on it please ping a message in the issue

@neokd neokd merged commit 1550049 into neokd:main Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants