mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
6 lines
243 B
Bash
6 lines
243 B
Bash
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 |