Platforms to show: All Mac Windows Linux Cross-Platform
Back to LlamaMBS module.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Llama | MBS Tools Plugin | 25.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
May return 1 for CPU-only configurations or higher if multi-GPU support is available.
(Read only property)
LlamaMBS.MaxParallelSequences as UInt64
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Llama | MBS Tools Plugin | 25.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Useful for determining batching or parallel decoding strategies in server or multi-user environments.
(Read only property)
LlamaMBS.MaxTensorBufTOverrides as UInt64
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Llama | MBS Tools Plugin | 26.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Should be 4096.
(Read only property)
LlamaMBS.SupportsGPUOffload as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Llama | MBS Tools Plugin | 25.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if GPU offloading is available, false otherwise.
Enabled if compiled with CUDA, Metal, or similar GPU backends.
(Read only property)
LlamaMBS.SupportsMLock as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Llama | MBS Tools Plugin | 25.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if mlock is supported and enabled, false otherwise.
Locking model weights in RAM can improve performance consistency and prevent paging.
(Read only property)
LlamaMBS.SupportsMMap as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Llama | MBS Tools Plugin | 25.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns: true if mmap is supported, false otherwise.
mmap allows efficient loading of large models without reading them entirely into memory.
(Read only property)
LlamaMBS.SupportsRPC as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Llama | MBS Tools Plugin | 25.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if RPC support is compiled in, false otherwise.
Useful for distributed inference setups where parts of the model or computation may be hosted remotely.
(Read only property)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Llama | MBS Tools Plugin | 25.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Useful for benchmarking or profiling model performance.
(Read only property)
Some examples using this property:
The items on this page are in the following plugins: MBS Tools Plugin.