LM: Difference between revisions
Jump to navigation
Jump to search
(→News) |
|||
| (11 intermediate revisions by the same user not shown) | |||
| Line 13: | Line 13: | ||
: [[LM/Gemma 4|Gemma 4]] | : [[LM/Gemma 4|Gemma 4]] | ||
: [[LM/Devstral Small 2 24B|Devstral Small 2 24B]] | : [[LM/Devstral Small 2 24B|Devstral Small 2 24B]] | ||
: [[LM/Experience|Experience]] | : [[LM/Experience|Experience]] | ||
| style="width:200px;vertical-align:top" | | | style="width:200px;vertical-align:top" | | ||
: [[LM/llama-swap|llama-swap]] | : [[LM/llama-swap|llama-swap]] | ||
: [[LM/vLLM|vLLM]] | : [[LM/vLLM|vLLM]] | ||
: [[LM/ComfyUI|ComfyUI]] | : [[LM/ComfyUI|ComfyUI]] | ||
: [[LM/llama.cpp for SYCL|llama.cpp for SYCL]] | : [[LM/llama.cpp for SYCL|llama.cpp for SYCL]] | ||
: [[LM/llama.cpp for CUDA|llama.cpp for CUDA]] | : [[LM/llama.cpp for CUDA|llama.cpp for CUDA]] | ||
: [[LM/llama.cpp for OpenVINO|llama.cpp for OpenVINO]] | : [[LM/llama.cpp for OpenVINO|llama.cpp for OpenVINO]] | ||
: [[LM/llama.cpp for TurboQuant|llama.cpp for TurboQuant]] | : [[LM/llama.cpp for TurboQuant|llama.cpp for TurboQuant]] | ||
: [[LM/SGLang|SGLang]] | : [[LM/SGLang|SGLang]] | ||
| style="width:200px;vertical-align:top" | | | style="width:200px;vertical-align:top" | | ||
| Line 42: | Line 38: | ||
:: [[LM/lact|lact]] | :: [[LM/lact|lact]] | ||
:: [[LM/PCIe Trouble Shooting|PCIe Trouble Shooting]] | :: [[LM/PCIe Trouble Shooting|PCIe Trouble Shooting]] | ||
: Comparison | |||
:: [[LM/GPU Comparison]] | |||
| style="width:200px;vertical-align:top" | | | style="width:200px;vertical-align:top" | | ||
: [[LM/Performance|Performance]] | : [[LM/Performance|Performance]] | ||
|} | |} | ||
| Line 53: | Line 49: | ||
* [https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.3/linux/ OpenVINO 2026.3 supports Ubuntu 26] - 2026-08-04 | * [https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.3/linux/ OpenVINO 2026.3 supports Ubuntu 26] - 2026-08-04 | ||
= | = Models management = | ||
<quickmmd name="models-handling-infra"> | <quickmmd name="models-handling-infra"> | ||
flowchart LR | flowchart LR | ||
A(LiteLLM) | A(LiteLLM) | ||
B1(llama-swap) | |||
B2(vLLM<br>Qwen 3.8 27B) | |||
C(llama.cpp<br>Gemma 4 E4B) | |||
A --> B1 & B2 | |||
B1 --> C | |||
</quickmmd> | </quickmmd> | ||
* llama-swap can launch model, cannot manage users. | |||
* LiteLLM cannot launch model, can manage users. | |||
= Decision Tree for tinkering with Intel Arc Pro B70 = | = Decision Tree for tinkering with Intel Arc Pro B70 = | ||
Latest revision as of 09:49, 21 September 2026
Topics
| 🤖 Agent | 🧠 Model | 🚀 Engine | ⚙️ GPU & Driver | Evaluation |
|---|---|---|---|---|
|
News
Models management
- llama-swap can launch model, cannot manage users.
- LiteLLM cannot launch model, can manage users.
Decision Tree for tinkering with Intel Arc Pro B70