Logo
Explore Help
Register Sign In
Mirrors/llama.cpp
1
0
Fork 0
You've already forked llama.cpp
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-01-13 05:42:22 +01:00
Code Issues Packages Projects Releases Wiki Activity
llama.cpp/scripts/get-wikitext-2.sh

12 lines
247 B
Bash
Raw Normal View History

scripts : add helper script to get wikitext
2023-08-15 10:04:58 +03:00
#!/bin/bash
ci : fix wikitext url + compile warnings (#5569) ggml-ci
2024-02-18 22:39:30 +02:00
wget https://huggingface.co/datasets/ggml-org/ci/resolve/main/wikitext-2-raw-v1.zip
model: support arch `DbrxForCausalLM` (#6515) * model: dbrx convert to gguf #6344 * llama: support dbrx #6344 * doc: dbrx: add the model as supported * scripts: get-wikitext-2 add unzip * llama: increase maximum experts allowed * llama: factorize moe graph implementation between grok, mixtral and dbrx --------- Co-authored-by: Megha Agarwal <16129366+megha95@users.noreply.github.com>
2024-04-13 11:33:52 +02:00
unzip wikitext-2-raw-v1.zip
scripts : add get-winogrande.sh
2024-01-18 20:45:39 +02:00
echo "Usage:"
echo ""
model: support arch `DbrxForCausalLM` (#6515) * model: dbrx convert to gguf #6344 * llama: support dbrx #6344 * doc: dbrx: add the model as supported * scripts: get-wikitext-2 add unzip * llama: increase maximum experts allowed * llama: factorize moe graph implementation between grok, mixtral and dbrx --------- Co-authored-by: Megha Agarwal <16129366+megha95@users.noreply.github.com>
2024-04-13 11:33:52 +02:00
echo " ./perplexity -m model.gguf -f wikitext-2-raw/wiki.test.raw [other params]"
scripts : add get-winogrande.sh
2024-01-18 20:45:39 +02:00
echo ""
exit 0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 113ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API