stash commit - wip

This commit is contained in:
2026-06-25 00:30:59 +03:00
parent 3d48f473b0
commit 5cb7b14705
12 changed files with 102 additions and 26 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ class Configuration:
# add new models
device: str = "cuda"
modelName: str = "openai/whisper-large-v2"
chunkSize: int = 30
batchSize: int = 16
chunkSize: int = 30 ## in seconds
batchSize: int = 16 ## in batches
dataType: str = "torch.float16"
_dtype_map = {