Commands/Eigenverft.Manifested.Sandbox.Cmd.Qwen35_2B_Q8_0_Model.ps1

<#
    Eigenverft.Manifested.Sandbox.Cmd.Qwen35_2B_Q8_0_Model
#>


function Invoke-Qwen35-2B-Q8-0-Model {
<#
.SYNOPSIS
Ensures the configured Qwen 3.5 2B Q8_0 GGUF model is available through Package.
 
.DESCRIPTION
Loads the shipped Package JSON documents through the neutral Package
config loader, resolves the effective Qwen model resource release for the
current runtime context, evaluates existing-install ownership and policy,
saves the package file when needed, installs or reuses the package, validates
the installed resource, updates the ownership index, and returns the resolved
result object.
 
.EXAMPLE
Invoke-Qwen35-2B-Q8-0-Model
#>

    [CmdletBinding()]
    param()

    return (Invoke-PackageDefinitionCommand -DefinitionId 'Qwen35_2B_Q8_0_Model' -CommandName 'Invoke-Qwen35-2B-Q8-0-Model')
}