File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments