yum-archive/TaSTT-Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model

git clone https://git.yummers.dev/yum-archive/TaSTT-Whisper

KonstantinSource codes8c4603c

master
367 B10 linesraw
1<Project Sdk="Microsoft.NET.Sdk">
2	<PropertyGroup>
3		<OutputType>Exe</OutputType>
4		<TargetFramework>net6.0</TargetFramework>
5		<ImplicitUsings>enable</ImplicitUsings>
6		<Nullable>enable</Nullable>
7		<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
8		<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
9	</PropertyGroup>
10</Project>