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