This repository was archived by the owner on Feb 24, 2026. It is now read-only.
[Dev] Bump version to 0.0.1.dev13#87
Merged
LeiWang1999 merged 39 commits intomicrosoft:mainfrom Jul 18, 2024
LeiWang1999:dev
Merged
[Dev] Bump version to 0.0.1.dev13#87LeiWang1999 merged 39 commits intomicrosoft:mainfrom LeiWang1999:dev
LeiWang1999 merged 39 commits intomicrosoft:mainfrom
LeiWang1999:dev
Conversation
…ability and maintainability
Contributor
Author
|
pypi packages has been uploaded. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 includes changes to improve the BitNet integration and update the version of the software. The most important changes include the addition of new files to the BitNet integration, updates to the version in
VERSIONandbitblas/__init__.py, changes to hard-coded strings inbitblas/cache/operator.pyto use constants, and modifications tointegration/BitNet/modeling_bitnet.pyto improve code readability.Version updates:
VERSION: The version was updated from0.0.1.dev12to0.0.1.dev13.bitblas/__init__.py: The version was updated in the_init_logger()method.BitNet integration:
integration/BitNet/.gitignore: Themodels/directory was added to the.gitignorefile.integration/BitNet/create_bitblas_ckpt.py,integration/BitNet/eval_correctness.py,integration/BitNet/load_from_quantized.py: New files were added to the BitNet integration. [1] [2] [3]Codebase improvements:
bitblas/cache/operator.py: Hard-coded strings were replaced with constantsBITBLAS_WRAPPED_SOURCE_NAMEandBITBLAS_WRAPPED_COMPILED_NAMEin the_save_operator_config_and_artifact()and_load_operator()methods. [1] [2] [3]integration/BitNet/modeling_bitnet.py: Several changes were made to improve code readability, such as breaking up long lines of code and removing unnecessary imports. [1] [2] [3] [4] [5] [6] [7] [8]