Skip to content

Releases: Const-me/Cgml

Version 1.1

07 Jan 16:46
Compare
Choose a tag to compare

Implemented support for Mistral Instruct 0.2 model.

Minor UX improvements in the chat app.

Multiple changes in various backend DLLs: better COM API to bind tensors for GPU (you need the updated version of the PackShaders.exe tool), image processor to decode bitmaps into tensors, improved support for importing PyTorch tensors (for example, can now compress FP32 tensors directly into BCML1)

Version 1.0

11 Dec 16:40
Compare
Choose a tag to compare

MistralChat-1.0.zip is a GUI demo application.
For the quick start guide, see Readme.md inside the archive.

PackShaders.zip is a design-time command line tool to author compute shaders included in the MistralModel assembly, or implement other ML models on top of Cgml library.
The published nuget packages only contain runtime binaries.
See Readme.md inside that ZIP for documentation.