fix openwebui and tailsqemuvm, add videos back

This commit is contained in:
oxeo0 2025-05-07 19:19:16 +02:00
parent 57f24073b7
commit 4613b01c63
6 changed files with 13 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

View file

@ -69,8 +69,8 @@ Ever since [LLaMA 1 was leaked](https://www.theverge.com/2023/3/8/23629362/meta-
In early 2025 we also heard A LOT about deepseek-r1. An open reasoning LLM that tried to compete with OpenAI's ChatGPT. While it wasn't Deepseeks first model (their earlier work includes deepseek-coder, deepseek-v2.5 MoE and deepseek-v3), the hype was global. It brought a lot of attention to open LLM ecosystem and made proprietary AI companies loose billions.
Personally, I was interested in Open LLMs since their inception - when ollama project based on llama.cpp was born. Here're some of my picks for best self-hostable models currently available on ollama:
- | Gemma 3 | Phi4 | Granite 3.2* | Qwen 2.5 | llama 3.1
| ---|---|---|---|---|---
-| Gemma 3 | Phi4 | Granite 3.2* | Qwen 2.5 | llama 3.1
---|---|---|---|---|---
Trained by | Google | Microsoft | IBM | Alibaba | Meta
Released on | 03-2025 | 12-2024 | 02-2025 | 09-2024 | 07-2024
Parameter count | 12B | 14B | 8B | 14B | 8B
@ -78,7 +78,7 @@ Size (Q4_K_M) | 8.1 GB | 9.1 GB | 4.9 GB | 9.0 GB | 4.9 GB
Other variants | 1B, 4B, 27B | Phi4-mini 4B | Vision 2B, 2B | 0.5B, 1.5B, 3B, 7B, 32B, 72B, Qwen-coder | 70B, 405B
Good at | Reasoning, explaining concepts, light programming, vision, translation | Instruction following, programming, complex tasks, translation | General tasks, light programming, translation | Translation, general tasks | General tasks
Bad at | - | - | Complex tasks | Instruction following | Complex tasks, instruction following
\* - while I was writing this tutorial, Granite 3.3 was released
## **Use-Cases**