If you do whisper --help it'll show you all the options and how to use them(kinda).
This is part of what it says:
Doesn't say how it can use multiple but I'd assume something like whisper --temperature (0.2, 0.4, 0.5) from your python example. Maybe " instead of ( and ).
I haven't messed with extra options at all so no idea how they work.
This is part of what it says:
Code:
--temperature TEMPERATURE temperature to use for sampling (default: 0)
--best_of BEST_OF number of candidates when sampling with non-zero temperature (default: 5)
Doesn't say how it can use multiple but I'd assume something like whisper --temperature (0.2, 0.4, 0.5) from your python example. Maybe " instead of ( and ).
I haven't messed with extra options at all so no idea how they work.


