-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added path prefix for whisper-cli in message to user. The message is …
…misleading if this script is called from another script in a different folder. So the message has to be fixed.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
MSBuild version 17.12.12+1cce77968 for .NET Framework | ||
|
||
vulkan-shaders-gen.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\vulkan-shaders-gen.exe | ||
stream.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\stream.exe | ||
command.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\command.exe | ||
ggml-base.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\ggml-base.dll | ||
main.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\main.exe | ||
bench.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\bench.exe | ||
ggml-vulkan.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\ggml-vulkan.dll | ||
ggml-cpu.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\ggml-cpu.dll | ||
ggml.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\ggml.dll | ||
Auto build dll exports | ||
whisper.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\whisper.dll | ||
whisper-bench.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\whisper-bench.exe | ||
common.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\examples\Release\common.lib | ||
quantize.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\quantize.exe | ||
whisper-server.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\whisper-server.exe | ||
whisper-cli.vcxproj -> S:\Google-Drive\Programming\Projects\voice-transcriber\offline-version\whisper.cpp\build\bin\Release\whisper-cli.exe |
cc8bfc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notice how the current directory is
offline-version
, notwhisper.cpp\models
. Your script assumes the user is in an inner directory, so its message is out of context, and thereby incorrect.