Skip to content

Commit 7d76234

Browse files
committed
fix llama2c workflow
1 parent fa95df0 commit 7d76234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
echo "Fetch llama2c model"
244244
wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories260K/stories260K.bin
245245
./bin/llama-convert-llama2c-to-ggml --copy-vocab-from-model ./tok512.bin --llama2c-model stories260K.bin --llama2c-output-model stories260K.gguf
246-
./bin/llama-cli -m stories260K.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
246+
./bin/llama-completion -m stories260K.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
247247
248248
- name: Test llama2c (s390x)
249249
id: llama2c_test_s390x
@@ -252,7 +252,7 @@ jobs:
252252
cd build
253253
echo "Fetch llama2c big-endian model"
254254
wget https://huggingface.co/ggml-org/models/resolve/main/tinyllamas/stories260K-be.gguf
255-
./bin/llama-cli -m stories260K-be.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
255+
./bin/llama-completion -m stories260K-be.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
256256
257257
ubuntu-latest-cmake-sanitizer:
258258
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)