Skip to content

master-dea929f

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 11:05
dea929f
Various improvements & upgrade ggml (#75)

* Use types from typing for better compatibility with older Python versions

* Split last double end of line token as per BlinkDL's suggestion

* Fix MSVC warnings

* Drop Q4_2 support

* Update ggml

* Bump file format version for quantization changes

* Apply suggestions