stash commit - wip
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user