WaveCut commited on
Commit
b7b47d5
·
verified ·
1 Parent(s): 5062906

Serve verified bundle without a paid build job

Browse files

Use the checked production dist while keeping source, tests, lockfile, manifests, licenses, and runtime assets in the Space repository.

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -4,7 +4,6 @@ emoji: 🌱
4
  colorFrom: green
5
  colorTo: gray
6
  sdk: static
7
- app_build_command: npm run build
8
  app_file: dist/index.html
9
  models:
10
  - WaveCut/Bonsai-web-GGUF
@@ -36,6 +35,11 @@ to release commit `d85382fa09fe868c0242d81488dfc2edd8d3729b` (tag
36
  weight commit `112ea7a1a6229bde132b176b9a72477a7ecfde64`. Every shard has a recorded
37
  byte size and SHA-256.
38
 
 
 
 
 
 
39
  ## Browser requirements
40
 
41
  Chrome or Edge with WebGPU is recommended. CPU-WASM fallback requires a
 
4
  colorFrom: green
5
  colorTo: gray
6
  sdk: static
 
7
  app_file: dist/index.html
8
  models:
9
  - WaveCut/Bonsai-web-GGUF
 
35
  weight commit `112ea7a1a6229bde132b176b9a72477a7ecfde64`. Every shard has a recorded
36
  byte size and SHA-256.
37
 
38
+ The repository includes the verified `dist/` production bundle because the
39
+ current Hugging Face free static runtime requires credits for server-side build
40
+ jobs. The checked-in bundle is produced by `npm ci && npm run build`; source,
41
+ tests, lockfile, and exact runtime assets remain in the same Space repository.
42
+
43
  ## Browser requirements
44
 
45
  Chrome or Edge with WebGPU is recommended. CPU-WASM fallback requires a