mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
11 lines
202 B
Bash
Executable File
11 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-2-raw-v1.zip
|
|
|
|
echo "Usage:"
|
|
echo ""
|
|
echo " ./perplexity -m model.gguf -f wiki.test.raw [other params]"
|
|
echo ""
|
|
|
|
exit 0
|