From: Georgi Gerganov Date: Sat, 10 Feb 2024 07:46:00 +0000 (+0200) Subject: ci : fix mpt test X-Git-Tag: upstream/0.0.1642~980 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0578c5bce0d9dc50b11c2ab4c069d76253e81887;p=pkg%2Fggml%2Fsources%2Fggml ci : fix mpt test --- diff --git a/ci/run.sh b/ci/run.sh index e5b86bce..a5d0344a 100644 --- a/ci/run.sh +++ b/ci/run.sh @@ -325,6 +325,12 @@ function gg_run_mpt { cd ${SRC} gg_wget models-mnt/mpt/7B/ https://huggingface.co/mosaicml/mpt-7b/raw/main/config.json + gg_wget models-mnt/mpt/7B/ https://huggingface.co/mosaicml/mpt-7b/raw/main/warnings.py + gg_wget models-mnt/mpt/7B/ https://huggingface.co/mosaicml/mpt-7b/raw/main/fc.py + gg_wget models-mnt/mpt/7B/ https://huggingface.co/mosaicml/mpt-7b/raw/main/attention.py + gg_wget models-mnt/mpt/7B/ https://huggingface.co/mosaicml/mpt-7b/raw/main/blocks.py + gg_wget models-mnt/mpt/7B/ https://huggingface.co/mosaicml/mpt-7b/raw/main/ffn.py + gg_wget models-mnt/mpt/7B/ https://huggingface.co/mosaicml/mpt-7b/raw/main/norm.py gg_wget models-mnt/mpt/7B/ https://huggingface.co/mosaicml/mpt-7b/raw/main/tokenizer.json gg_wget models-mnt/mpt/7B/ https://huggingface.co/mosaicml/mpt-7b/raw/main/tokenizer_config.json gg_wget models-mnt/mpt/7B/ https://huggingface.co/mosaicml/mpt-7b/raw/main/pytorch_model.bin.index.json