2023-08-15 07:04:58 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-2-raw-v1.zip
|
2024-01-18 18:45:39 +00:00
|
|
|
|
|
|
|
echo "Usage:"
|
|
|
|
echo ""
|
|
|
|
echo " ./perplexity -m model.gguf -f wiki.test.raw [other params]"
|
|
|
|
echo ""
|
|
|
|
|
|
|
|
exit 0
|