Skip to content

Commit 45e350e

Browse files
authored
ci: fix riscv64-native build (ggml-org#17916)
1 parent c6b2c93 commit 45e350e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@ jobs:
17701770
echo "Fetch llama2c model"
17711771
wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories260K/stories260K.bin
17721772
./bin/llama-convert-llama2c-to-ggml --copy-vocab-from-model ./tok512.bin --llama2c-model stories260K.bin --llama2c-output-model stories260K.gguf
1773-
./bin/llama-cli -m stories260K.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
1773+
./bin/llama-completion -m stories260K.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
17741774
17751775
ubuntu-cmake-sanitizer-riscv64-native:
17761776
runs-on: RISCV64

0 commit comments

Comments
 (0)