Merge branch 'master' into gg/flash-attn

This commit is contained in:
Georgi Gerganov 2024-04-25 15:50:36 +03:00
commit 1f77f49787
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
15 changed files with 1422 additions and 65 deletions

View file

@ -4,9 +4,8 @@ set -eu
if [ $# -lt 1 ]
then
# Start @llama.cpp scenario
behave --summary --stop --no-capture --exclude 'issues|wrong_usages|passkey' --tags llama.cpp
# Start @llama.cpp scenario
behave --summary --stop --no-capture --exclude 'issues|wrong_usages|passkey' --tags llama.cpp
else
behave "$@"
behave "$@"
fi