Removes multiple newlines at the end of files that is breaking the editorconfig step of CI. (#8258)

This commit is contained in:
Clint Herron 2024-07-02 12:18:10 -04:00 committed by GitHub
parent 968967376d
commit 07a3fc0608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 0 additions and 24 deletions

View file

@ -58,4 +58,3 @@ The above command will output space-separated float values.
```powershell
embedding.exe -p 'Castle<#sep#>Stronghold<#sep#>Dog<#sep#>Cat' --embd-separator '<#sep#>' --embd-normalize 2 --embd-output-format '' -m './path/to/model.gguf' --n-gpu-layers 99 --log-disable 2>/dev/null
```