mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-02 04:29:53 +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
|