Skip to content

Releases: wisedev-code/MaIN.NET

MaIN.NET.0.1.1

08 Apr 13:21
eed66a7

Choose a tag to compare

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

06 Apr 19:46

Choose a tag to compare

0.1.0 release

First official release 🎉🎉🎉

MaIN.NET.0.0.14-pre

01 Apr 21:21
9824934

Choose a tag to compare

0.0.14 pre-release

  • OpenAi agent, merge message fix
  • Readme updated

MaIN.NET.0.0.13-pre

28 Mar 09:49
74897be

Choose a tag to compare

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

25 Mar 15:42
f59dd0c

Choose a tag to compare

0.0.10 pre-release

  • Tweaks to publish script

MaIN.NET.0.0.9-pre

21 Mar 10:47
d1602e9

Choose a tag to compare

0.0.9 pre-release

  • New WithFiles() overload for uploading files via FileStreams

MaIN.NET.0.0.8-pre

15 Mar 19:12
ffcb51d

Choose a tag to compare

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

05 Mar 18:15
3424bbb

Choose a tag to compare

Initial test release

This release is done to validate work in controlled environment. Its not intended for external usage.