Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Whisperfile 1.0.0
pts/whisperfile-1.0.0
- 21 August 2024 -
Add Mozilla Whisperfile test.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://www.americanrhetoric.com/mp3clipsXE/stateoftheunion/barackobamasou2016ARXE.mp3</URL> <MD5>3cee1505285266185a34cea8afdc737c</MD5> <SHA256>d50aedbfd662037af9b86cfd5fe44a3f71dea9c552f5362acb8e93fb737f8101</SHA256> <FileName>barackobamasou2016ARXE.mp3</FileName> <FileSize>84602208</FileSize> </Package> <Package> <URL>https://huggingface.co/Mozilla/whisperfile/resolve/8812a7707415a589222bf911b1d95332e5d19b34/whisper-small.llamafile?download=true</URL> <MD5>55f15d1fc489259bb4b650977b364df0</MD5> <SHA256>cfcea29124bf0d095e70ec627cc0087b783f66b3b7a289d60427b005e91c940b</SHA256> <FileName>whisper-small-20aug24.llamafile</FileName> <FileSize>725027405</FileSize> </Package> <Package> <URL>https://huggingface.co/Mozilla/whisperfile/resolve/8812a7707415a589222bf911b1d95332e5d19b34/whisper-medium.llamafile?download=true</URL> <MD5>f8cc5b2c3e82db13f50aca207813af52</MD5> <SHA256>dbdd357b1f14b5b1793b8e5ddb9d1c7ec06f72c722c0cb881b61d9fc2fe5293c</SHA256> <FileName>whisper-medium-20aug24.llamafile</FileName> <FileSize>1771178575</FileSize> </Package> <Package> <URL>https://huggingface.co/Mozilla/whisperfile/resolve/8812a7707415a589222bf911b1d95332e5d19b34/whisper-tiny.llamafile?download=true</URL> <MD5>d42503451cd605ff6b4e3066dce4546d</MD5> <SHA256>0b5baa9b0cb30954bd1afe685f79428101ba87b073868ad9fc7b792ed5b85817</SHA256> <FileName>whisper-tiny-20aug24.llamafile</FileName> <FileSize>315099723</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/bash chmod +x whisper-tiny-20aug24.llamafile chmod +x whisper-small-20aug24.llamafile chmod +x whisper-medium-20aug24.llamafile echo $? > ~/install-exit-status echo "#!/bin/sh ./whisper-\$1-20aug24.llamafile -f barackobamasou2016ARXE.mp3 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ~/whisperfile chmod +x ~/whisperfile
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>whisper_print_timings: total time = #_RESULT_# ms</OutputTemplate> <DivideResultBy>1000</DivideResultBy> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>Whisperfile</Title> <AppVersion>20Aug24</AppVersion> <Description>Whisperfile is developed by Mozilla and uses the OpenAI Whisper model and Whisper.cpp to provide local speech/audio to text translation. Whisperfile can also translate non-English audio to English during the conversion process.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Windows, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <EnvironmentSize>2800</EnvironmentSize> <ProjectURL>https://huggingface.co/Mozilla/whisperfile/</ProjectURL> <RepositoryURL>https://huggingface.co/Mozilla/whisperfile</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Model Size</DisplayName> <Identifier>model</Identifier> <Menu> <Entry> <Name>Tiny</Name> <Value>tiny</Value> </Entry> <Entry> <Name>Small</Name> <Value>small</Value> </Entry> <Entry> <Name>Medium</Name> <Value>medium</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>