We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b2c93 commit 45e350eCopy full SHA for 45e350e
.github/workflows/build.yml
@@ -1770,7 +1770,7 @@ jobs:
1770
echo "Fetch llama2c model"
1771
wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories260K/stories260K.bin
1772
./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
+ ./bin/llama-completion -m stories260K.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
1774
1775
ubuntu-cmake-sanitizer-riscv64-native:
1776
runs-on: RISCV64
0 commit comments