Skip to content

Large Language Models (LLMs)

Electronart edited this page Jan 12, 2026 · 43 revisions

These open-source LLMs can be run locally and are on GitHub:

Alibaba Qwen https://github.com/QwenLM/Qwen3

AllenAI OLMO https://github.com/allenai/OLMo-core/

Baichuan https://github.com/baichuan-inc

DeepSeek https://github.com/deepseek-ai/DeepSeek-LLM

Deepmind Gemma series https://github.com/google-deepmind/gemma

IBM Granite https://github.com/ibm-granite

Meta Llama https://github.com/meta-llama/llama

Microsoft Phi (SLM) https://github.com/microsoft/PhiCookBook

MiniMax https://github.com/MiniMax-AI/MiniMax-01

Mistral https://github.com/mistralai/mistral-inference

Moonshot Kimi https://github.com/MoonshotAI

Nanbeige Labs https://github.com/Nanbeige HuggingFace: https://huggingface.co/Nanbeige

Yi Technology - Yi series https://github.com/01-ai

Z.AI GLM series https://github.com/zai-org

Ollama or LM Studio will run .gguf models on your local network

https://github.com/ollama/ollama

https://github.com/lmstudio-ai

"Local Model" has been added to the AI Connections dialog from TARILIO 1.1.9400

This will avoid the need to use Ollama or LM Studio to run local LLMs. Local Model uses https://github.com/SciSharp/LLamaSharp rather than Llama.cpp which is used by Ollama and LM Studio.

In addition from TARILIO 1.1.9400 to avoid having to use Ollama or LM Studio to download LLMs, there is an AI > Import LLMs... menu item which downloads .gguf models from Custom Badge. You can also migrate .gguf models that were downloaded by LM Studio into TARILIO, the file format and folder structure is the same. TARILIO can be used as the server for LLMs on your local network as well as a desktop client on other machines on the network, unlike Ollama and LM Studio which both require browser based software to be installed as clients.

Other LLM Resources

https://github.com/ibm-granite-community/granite-legal-cookbook

https://github.com/anthropics/

https://github.com/NVIDIA-NeMo/Nemotron

Uncensored General Intelligence (UGI)

https://huggingface.co/spaces/DontPlanToEnd/UGI-Leaderboard

https://huggingface.co/blog/grimjim/norm-preserving-biprojected-abliteration

https://github.com/jim-plus/llm-abliteration/

https://github.com/p-e-w/heretic

Clone this wiki locally