Skip to content

Releases: kvcache-ai/ktransformers

v0.1.1

01 Aug 04:40
5e83bc0
Compare
Choose a tag to compare
  1. support multiple cpu architecture pre compiled wheel package
  2. pre compile wheel package support multiple TORCH_CUDA_ARCH_LIST as "8.0;8.6;8.7;8.9"
  3. test and support python 3.10
  4. add a dockerfile to build docker image
  5. update README.md to support docker (In Progress: upload docker image)
  6. update version to 0.1.1

0.1.0

29 Jul 13:19
2562082
Compare
Choose a tag to compare
  1. Complete the submission information for PyPI.
  2. 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)
  3. Modified the installation process in the README.