Skip to main content

build

Build the speech-swift package (release or debug). Use when preparing for testing, benchmarking, or running demos.

Ir a la instalación

Datos de origen

Repositorio
soniqo/speech-swift
Última actividad en el origen
23 de marzo de 2026 a las 19:31
Idioma detectado de SKILL.md
inglés
Estrellas
1180
Forks
163

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
build
description
Build the speech-swift package (release or debug). Use when preparing for testing, benchmarking, or running demos.
disable-model-invocation
false
argument-hint
["release|debug"]
allowed-tools
Bash
# Build Build the package in the specified configuration. Default: release. ```bash config="${ARGUMENTS:-release}" if [ "$config" = "debug" ]; then make debug else make build fi ``` The metallib step compiles MLX Metal shaders. Without it, inference runs ~5x slower due to JIT compilation. `make build` handles this automatically.
Ver en GitHub