Releases: kvcache-ai/ktransformers
Releases · kvcache-ai/ktransformers
v0.1.1
- support multiple cpu architecture pre compiled wheel package
- pre compile wheel package support multiple TORCH_CUDA_ARCH_LIST as "8.0;8.6;8.7;8.9"
- test and support python 3.10
- add a dockerfile to build docker image
- update README.md to support docker (In Progress: upload docker image)
- update version to 0.1.1
0.1.0
- Complete the submission information for PyPI.
- Support for dynamically detecting the current environment of the client. If precompiled packages can be used for installation, download and install the precompiled packages. (Adapted from flash-attn)
- Modified the installation process in the README.