mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
b1de96824b
ggml-ci
11 lines
204 B
Bash
Executable File
11 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wget https://huggingface.co/datasets/ggml-org/ci/resolve/main/wikitext-2-raw-v1.zip
|
|
|
|
echo "Usage:"
|
|
echo ""
|
|
echo " ./perplexity -m model.gguf -f wiki.test.raw [other params]"
|
|
echo ""
|
|
|
|
exit 0
|