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

@ -34,4 +34,3 @@ fi
#use multiple GPUs with same max compute units
#ZES_ENABLE_SYSMAN=1 ./build/bin/llama-cli -m models/llama-2-7b.Q4_0.gguf -p "${INPUT2}" -n 400 -e -ngl 33 -s 0

View file

@ -31,4 +31,3 @@ exit /B 0
:ERROR
echo comomand error: %errorlevel%
exit /B %errorlevel%

View file

@ -7,5 +7,3 @@ set INPUT2="Building a website can be done in 10 simple steps:\nStep 1:"
.\build\bin\main.exe -m models\llama-2-7b.Q4_0.gguf -p %INPUT2% -n 400 -e -ngl 33 -s 0