Stable releases + semver (supersedes #40)#41
Closed
subhobhai943 wants to merge 6 commits intoperplexityai:masterfrom
subhobhai943:feature/stable-releases
Closed
Stable releases + semver (supersedes #40)#41subhobhai943 wants to merge 6 commits intoperplexityai:masterfrom subhobhai943:feature/stable-releases
subhobhai943 wants to merge 6 commits intoperplexityai:masterfrom
subhobhai943:feature/stable-releases
Conversation
- Add type annotations for all functions and parameters - Add encoding specification for file operations - Fix subprocess.run calls with check=False for non-critical operations - Add noqa comments for intentional print statements - Fix conditional logic to use early returns - Add docstring for main function - Use unpacking in subprocess calls - Use keyword-only arguments where appropriate - Fix argument formatting and trailing commas
Collaborator
|
Thanks! Unfortunately, we are deprecating the old NVSHMEM-based kernel and sunsetting this repo in favor of https://github.com/perplexityai/pplx-garden |
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 PR supersedes PR #40. It reintroduces stable releases and semantic versioning support with the same changes, plus a ruff-compliant release script and minor wording cleanups.
Summary of contents:
Context: