Skip to content

Commit 6666f9d

Browse files
authored
New version: mostlygeek.llama-swap version 233 (microsoft#395435)
1 parent 8a728cf commit 6666f9d

3 files changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: mostlygeek.llama-swap
5+
PackageVersion: '233'
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: llama-swap.exe
10+
UpgradeBehavior: uninstallPrevious
11+
ReleaseDate: 2026-06-29
12+
Installers:
13+
- Architecture: x64
14+
InstallerUrl: https://github.com/mostlygeek/llama-swap/releases/download/v233/llama-swap_233_windows_amd64.zip
15+
InstallerSha256: 8A10AEBB53DB445AFD0338CD0319E18EB2CBDAA99542595E14442BE779762323
16+
ManifestType: installer
17+
ManifestVersion: 1.12.0
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: mostlygeek.llama-swap
5+
PackageVersion: '233'
6+
PackageLocale: en-US
7+
Publisher: mostlygeek
8+
PublisherUrl: https://mostlygeek.com/
9+
PublisherSupportUrl: https://github.com/mostlygeek/llama-swap/issues
10+
PackageName: llama-swap
11+
PackageUrl: https://github.com/mostlygeek/llama-swap
12+
License: MIT
13+
LicenseUrl: https://github.com/mostlygeek/llama-swap/blob/HEAD/LICENSE.md
14+
Copyright: Copyright (c) 2024 Benson Wong
15+
ShortDescription: Model swapping for llama.cpp
16+
Description: llama-swap is a light weight, transparent proxy server that provides automatic model swapping to llama.cpp's server.
17+
Moniker: llama-swap
18+
Tags:
19+
- golang
20+
- llama
21+
- llamacpp
22+
- localllama
23+
- localllm
24+
- openai
25+
- openai-api
26+
- vllm
27+
ReleaseNotes: |-
28+
Bug and Performance improvements for the UI
29+
- fixed streaming logs blocking llama-server inference. Logs are pushed to connected UI clients via an async channel now so if they are slow it does not affect reading from stdout of llama-server
30+
- replaced the placeholder.txt with a go build tag approach - fix CI
31+
Changelog
32+
- 083e421 internal/logmon: decouple log broadcast from Write (#878)
33+
- a667c57 internal/server: gate UI embed behind embed_ui build tag (#880)
34+
ReleaseNotesUrl: https://github.com/mostlygeek/llama-swap/releases/tag/v233
35+
ManifestType: defaultLocale
36+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: mostlygeek.llama-swap
5+
PackageVersion: '233'
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)