mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-14 09:59:08 +02:00
files : rename ./extra to ./scripts
This commit is contained in:
7
scripts/sha-all.sh
Executable file
7
scripts/sha-all.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Compute the SHA1 of all model files in ./models/ggml-*.bin
|
||||
|
||||
for f in ./models/ggml-*.bin; do
|
||||
shasum "$f" -a 1
|
||||
done
|
Reference in New Issue
Block a user