OpenCompass/start.sh

6 lines
243 B
Bash
Raw Normal View History

2025-02-19 11:43:17 +08:00
cd ../
git lfs install
git clone https://huggingface.co/datasets/LLaMAX/BenchMAX_Function_Completion
mkdir -p ~/.cache/opencompass/data/xhumaneval_plus
mv BenchMAX_Function_Completion/* ~/.cache/opencompass/data/xhumaneval_plus/
cd opencompass