Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
YangWang92 created a tag on microsoft/VPTQ
v0.0.4.post2 - VPTQ, A Flexible and Extreme low-bit quantization algorithm
YangWang92 pushed 3 commits to main YangWang92/VPTQ
YangWang92 created a tag on microsoft/VPTQ
v0.4.0.post2 - VPTQ, A Flexible and Extreme low-bit quantization algorithm
YangWang92 closed a pull request on microsoft/VPTQ
fix: Fix the bug where the Torch library is not correctly linked.
YangWang92 created a tag on microsoft/VPTQ
v0.4.0.post1 - VPTQ, A Flexible and Extreme low-bit quantization algorithm
YangWang92 pushed 1 commit to main microsoft/VPTQ
- update setuptools version (#151) update setuptools version be44b0d
YangWang92 closed a pull request on microsoft/VPTQ
update setuptools version
update setuptools versionYangWang92 pushed 6 commits to main YangWang92/VPTQ
- update huggingface transformers support (#143) update huggingface transformers support aeca283
- Update README.md (#144) fix url 3e03e07
- refactor: refactor and optimize python code implementations. (#145) This PR includes the following modifications: 1... 99a2e7d
- Update README.md (#146) add algrothm link c951bf5
- fix: a small bug fix for the initialization of the residual index tensor. (#147) * Fixed a small bug in the initiali... 170770c
- fix(build): build using cmake. (#149) Re-implemented the `setup.py` to use CMake for building the CUDA extensions. T... 081d878
YangWang92 created a comment on an issue on microsoft/VPTQ
Thank you for your interest! We warmly welcome contributions to our project.
YangWang92 created a tag on microsoft/VPTQ
v0.4.0.post1 - VPTQ, A Flexible and Extreme low-bit quantization algorithm
YangWang92 pushed 1 commit to main microsoft/VPTQ
- fix(build): build using cmake. (#149) Re-implemented the `setup.py` to use CMake for building the CUDA extensions. T... 081d878
YangWang92 closed a pull request on microsoft/VPTQ
fix(build): build using cmake.
Re-implemented the `setup.py` to use CMake for building the CUDA extensions. This approach offers several advantages: 1. CMake is more powerful for handling complex builds across multiple archit...YangWang92 created a comment on a pull request on microsoft/VPTQ
Thanks for your help, and let me update the author list and package version.
YangWang92 pushed 1 commit to kernel lcy-seso/VPTQ
- update author and version update author and version d90d933
YangWang92 closed an issue on microsoft/VPTQ
Potential BUG in pack.py?
I encountered an `AssertionError` while using the code in the algorithm branch to quantize the LLaMA3.1-8B model with the setting `num_res_centroids > num_centroids`. I believe that setting `num_re...YangWang92 created a comment on an issue on microsoft/VPTQ
merged! Thanks for your contribution!
YangWang92 pushed 1 commit to algorithm microsoft/VPTQ
- fix a small bug in pack.py. (#148) (#150) ab89784