add gitignore

This commit is contained in:
2026-08-16 16:06:28 +08:00
parent 53cbcde543
commit 2d48c127f9
5 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
.pytest_cache/ .pytest_cache/
output/
sentence_api/data/oral_trainer.sqlite3* sentence_api/data/oral_trainer.sqlite3*
sentence_api/data/v/ sentence_api/data/v/

Binary file not shown.

View File

@@ -1 +0,0 @@
{"error":{"message":"Model 'MOSS-Transcribe-Diarize-0.9B-MLX-5bit' failed to load: No safetensors found in /Users/liushuming/.omlx/models/aufklarer/MOSS-Transcribe-Diarize-0.9B-MLX-5bit. Reload models after fixing the files to retry.","type":"server_error","param":null,"code":null}}

View File

@@ -1 +0,0 @@
{"error":{"message":"Model type moss_transcribe_diarize not supported.","type":"server_error","param":null,"code":null}}

Binary file not shown.