Releases: Const-me/Cgml
Version 1.1
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
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.