Platforms to show: All Mac Windows Linux Cross-Platform

LlamaModelMBS class   New in 25.5

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Llama MBS Tools Plugin 25.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for a llama model.

Rope Type

Constant Value Description
RopeTypeMrope 8 Modified RoPE used for supporting longer context lengths (like in LLaMA 2 64k or LLaMA 3).
RopeTypeNeox 2 GPT-NeoX style RoPE, which can differ in frequency base or application.
RopeTypeNone -1 Indicates that no RoPE is applied or is unsupported. Often used as a default or error state.
RopeTypeNorm 0 The standard Rotary Positional Embedding (used in original LLaMA models).
RopeTypeVision 24 RoPE adapted for vision models (e.g., LLaVA or CLIP-like models).

This class has no sub classes.

Blog Entries

Some methods using this class:

Some properties using for this class:

Some related classes:


The items on this page are in the following plugins: MBS Tools Plugin.


LlamaContextParametersMBS   -   LlamaModelParametersMBS


The biggest plugin in space...