Releases: wisedev-code/MaIN.NET
Releases · wisedev-code/MaIN.NET
MaIN.NET.0.1.1
0.1.1 release
- Expanded Inference parameters to allow for more LLM behavior configuration
- Added Memory parameters to allow LLM behavior configuration when working with files
MaIN.NET.0.1.0
0.1.0 release
First official release 🎉🎉🎉
MaIN.NET.0.0.14-pre
0.0.14 pre-release
- OpenAi agent, merge message fix
- Readme updated
MaIN.NET.0.0.13-pre
0.0.13 pre-release
- Clean builds (no warnings across all the projects)
- Fixed lots of nullability leftovers
- Added Todos for further improvements
- Refactored message tokens, and enable possibility of thinking tokens (reasoning models)
- Reasoning models included (with example)
- Fixes to CLI
If you have any models downloaded locally, rename them, and use names below: (ofc with .gguf extension)
- Llava
- Olmo2-7b
- Gemma3-12b
- Gemma3-4b
- Hermes3-8b
- DeepSeekR1-8b
- Qwen2.5-coder-3b
- Gemma2-2b
- Qwen2.5-coder-14b
- Hermes3-3b
- Smollm2-0.1b
- Nomic
- OlympicCoder-7b
- Llama3.1-8b
- Llama3.2-3b
- Qwen2.5-0.5b
- Yi-6b
- DeepSeekR1-1.5b
- Qwen2.5-coder-7b
- QwQ-7b
MaIN.NET.0.0.10-pre
0.0.10 pre-release
- Tweaks to publish script
MaIN.NET.0.0.9-pre
0.0.9 pre-release
- New WithFiles() overload for uploading files via FileStreams
MaIN.NET.0.0.8-pre
0.0.8 pre-release
- Project cleanup
- New version of CLI (introduced infer and config commands)
- name of model breaking change
In order to align with new breaking change, align your already downloaded models to this names (and ofc .gguf extension)
-- DeepSeekR1-8b
-- Fox-1.6b
-- gemma2-2b
-- Llama3.1-8b
-- Llama3.2-3b
-- Llava
-- Nomic
-- phi3.5
-- Qwen2.5
MaIN.NET.0.0.7-pre
Initial test release
This release is done to validate work in controlled environment. Its not intended for external usage.