diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-05-03 20:09:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 20:09:42 +0300 |
commit | bca9ad938a2a43621cf406d993b755cc91728dd5 (patch) | |
tree | f0c4d3c988a3e2015508b50c3f3afbf170d5d437 /README.md | |
parent | e2a937ca6abadc7e01e139db31e6db9dce16e3e9 (diff) |
minor : fix whitespaces (#1302)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -388,7 +388,7 @@ python3 .\scripts\verify-checksum-models.py ``` - On linux or macOS it is also possible to run the following commands to verify if you have all possible latest files in your self-installed `./models` subdirectory: - - On Linux: `sha256sum --ignore-missing -c SHA256SUMS` + - On Linux: `sha256sum --ignore-missing -c SHA256SUMS` - on macOS: `shasum -a 256 --ignore-missing -c SHA256SUMS` ### Seminal papers and background on the models |