PackageModel/Definitions/Qwen35_2B_Q6K.json

{
  "schemaVersion": "1.0",
  "id": "Qwen35_2B_Q6K",
  "display": {
    "default": {
      "name": "Qwen 3.5 2B Q6_K",
      "publisher": "Unsloth",
      "corporation": "Unsloth AI",
      "summary": "Quantized GGUF model resource for llama.cpp-compatible runtimes"
    },
    "localizations": {}
  },
  "upstreamSources": {
    "huggingFaceDownload": {
      "kind": "download",
      "baseUri": "https://huggingface.co/unsloth/Qwen3.5-2B-GGUF/resolve/main/"
    }
  },
  "providedTools": {
    "commands": [],
    "apps": []
  },
  "releaseDefaults": {
    "compatibility": {
      "checks": [
        {
          "kind": "physicalOrVideoMemoryGiB",
          "operator": ">=",
          "value": 4,
          "onFail": "warn"
        }
      ]
    },
    "install": {
      "kind": "placePackageFile",
      "installDirectory": "qwen35-2b/{releaseTrack}/{version}/{flavor}",
      "targetRelativePath": "Qwen3.5-2B-Q6_K.gguf",
      "pathRegistration": {
        "mode": "none"
      }
    },
    "validation": {
      "files": [
        "Qwen3.5-2B-Q6_K.gguf"
      ],
      "directories": [],
      "commandChecks": [],
      "metadataFiles": [],
      "signatures": [],
      "fileDetails": [],
      "registryChecks": []
    },
    "existingInstallDiscovery": {
      "enableDetection": false,
      "searchLocations": [],
      "installRootRules": []
    },
    "existingInstallPolicy": {
      "allowAdoptExternal": false,
      "upgradeAdoptedInstall": false,
      "requirePackageModelOwnership": false
    }
  },
  "releases": [
    {
      "id": "qwen35-2b-q6-k-stable",
      "version": "3.5.0",
      "releaseTrack": "stable",
      "flavor": "q6-k",
      "constraints": {
        "os": [
          "windows"
        ],
        "cpu": [
          "x64"
        ]
      },
      "packageFile": {
        "fileName": "Qwen3.5-2B-Q6_K.gguf",
        "format": "gguf",
        "portable": true,
        "autoUpdateSupported": false,
        "integrity": {
          "algorithm": "sha256",
          "sha256": "fc90339420b4298887aafb307a4291c55440b730133bbffe6ba9630503dcb548"
        }
      },
      "acquisitionCandidates": [
        {
          "kind": "packageDepot",
          "priority": 250,
          "verification": {
            "mode": "none"
          }
        },
        {
          "kind": "download",
          "sourceId": "huggingFaceDownload",
          "priority": 200,
          "sourcePath": "Qwen3.5-2B-Q6_K.gguf",
          "verification": {
            "mode": "none"
          }
        }
      ]
    }
  ]
}