jackailocal / docs /TEST_WITHOUT_USB.md
jackboy70's picture
Deploy: accurate lite-builder note
f25362a
|
Raw
History Blame Contribute Delete
800 Bytes

A newer version of the Gradio SDK is available: 6.20.0

Upgrade

Test Without a USB Drive

This flow builds and runs the same payload in a local folder.

Windows

TEST-WITHOUT-USB.cmd

The target is %LOCALAPPDATA%\JackAILocal-Test. The builder installs models and Voice assets, validates the payload, then launches START-HERE.cmd.

macOS

./TEST-WITHOUT-USB-MAC.command

The target is $HOME/JackAILocal-Test. The builder validates the macOS runtime, Ollama, models, and Voice assets before launch.

What This Validates

  • Manifest detection
  • Model installation into the target model store
  • Voice asset installation
  • Runtime startup
  • Local inference
  • WebUI and API behavior
  • SHA-256 manifest generation

It does not validate removable-drive speed, host security policies for external media, or physical drive detection.