Spaces:
Running
Running
Document hosted validation flow
Browse files
README.md
CHANGED
|
@@ -25,4 +25,6 @@ Known testing notes:
|
|
| 25 |
- Use Chrome or another browser with WebGPU/WASM support and microphone permission enabled.
|
| 26 |
- The app automatically falls back to WASM if hardware WebGPU is unavailable.
|
| 27 |
- Initial load can be large because STT, LLM, TTS, and voice embeddings are all browser-side assets.
|
|
|
|
|
|
|
| 28 |
- Hosted smoke validation passed on May 28, 2026: TTS, identity, and loopback rows completed with zero benchmark-phase network requests and zero server-inference suspects.
|
|
|
|
| 25 |
- Use Chrome or another browser with WebGPU/WASM support and microphone permission enabled.
|
| 26 |
- The app automatically falls back to WASM if hardware WebGPU is unavailable.
|
| 27 |
- Initial load can be large because STT, LLM, TTS, and voice embeddings are all browser-side assets.
|
| 28 |
+
- For validation evidence, run **Run benchmark suite**, **Run 3 real-mic series**, then **Download JSON**.
|
| 29 |
+
- The exported `hostMetadata.hfSpaceCommit` identifies the exact static Space revision served to the browser.
|
| 30 |
- Hosted smoke validation passed on May 28, 2026: TTS, identity, and loopback rows completed with zero benchmark-phase network requests and zero server-inference suspects.
|