Update development server port and enhance GPU status reporting

- Changed the development server port in package.json from 17493 to 8000 for dev.
- Improved GPU availability checks in main.py to include support for MPS on Apple Silicon.
- Removed the Assets.car file from version control as it is no longer needed.
- Updated .gitignore to reflect the removal of Assets.car.
This commit is contained in:
Jamie Pine
2026-01-26 22:18:59 -08:00
parent 535cf362de
commit 892f363e3a
5 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -4483,7 +4483,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "voicebox"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"base64 0.22.1",
"core-foundation-sys",