unsloth/studio
Daniel Han dc2292a5a0 bun: commit bun.lock for the three Studio install surfaces
Adds bun.lock alongside the existing package-lock.json for:
  studio/                                              (Tauri CLI holder, 13 pkgs)
  studio/backend/core/data_recipe/oxc-validator/       (49 pkgs)
  studio/frontend/                                     (1090 pkgs)

Generated with `bun install --lockfile-only --save-text-lockfile`
against Bun 1.3.11. Each lockfile carries sha512 integrity entries
and full platform-conditional optionalDependencies coverage for
linux/darwin/win32 x64/arm64/musl variants.

Updates .gitignore to mirror the existing package-lock.json opt-in
pattern: a top-level `bun.lock` ignore with negations for the three
surfaces, plus removal of the legacy `bun.lock` entry in
studio/frontend/.gitignore.

This unlocks `bun install --frozen-lockfile` as the fast path in
setup.sh / setup.ps1 / build.sh (follow-up commit).
2026-05-19 04:01:14 +00:00
..
backend bun: commit bun.lock for the three Studio install surfaces 2026-05-19 04:01:14 +00:00
frontend bun: commit bun.lock for the three Studio install surfaces 2026-05-19 04:01:14 +00:00
src-tauri studio: expose launcher capability bits on unauth /api/health (#5486) 2026-05-17 21:29:24 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
bun.lock bun: commit bun.lock for the three Studio install surfaces 2026-05-19 04:01:14 +00:00
install_llama_prebuilt.py tests/studio: lock in Windows GPU detection fix (#5106) with a synthetic CI test (#5376) 2026-05-18 00:06:01 -07:00
install_python_stack.py studio: skip flash-attn install on Blackwell GPUs (sm_100+) (#5420) 2026-05-14 18:13:50 +04:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
package-lock.json ci: address 4x Opus reviewer findings on frozen-lockfile installs 2026-05-16 11:11:32 +00:00
package.json ci: address 4x Opus reviewer findings on frozen-lockfile installs 2026-05-16 11:11:32 +00:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 ci: extend lockfile-strict surface to Tauri smoke + audit jobs 2026-05-16 13:48:39 +00:00
setup.sh ci: extend lockfile-strict surface to Tauri smoke + audit jobs 2026-05-16 13:48:39 +00:00
Unsloth_Studio_Colab.ipynb studio: add --local to setup.sh + overlay unsloth-zoo from git main (#5252) 2026-05-02 08:51:56 +04:00