open-compass / opencompass

OpenCompass is an LLM evaluation platform, supporting a wide range of models (Llama3, Mistral, InternLM2,GPT-4,LLaMa2, Qwen,GLM, Claude, etc) over 100+ datasets.

Home Page:https://opencompass.org.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在进行MPT-7B模型的评测时运行[Bug]

OTTO-OTO opened this issue · comments

先决条件

问题类型

我正在使用官方支持的任务/模型/数据集进行评估。

环境

_torch_pytree._register_pytree_node(
{'CUDA available': True,
'CUDA_HOME': '/usr/local/cuda',
'GCC': 'gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0',
'GPU 0,1,2,3': 'NVIDIA A100-SXM4-80GB',
'MMEngine': '0.10.2',
'NVCC': 'Cuda compilation tools, release 11.8, V11.8.89',
'OpenCV': '4.9.0',
'PyTorch': '2.3.0.dev20240119+cu118',
'PyTorch compiling details': 'PyTorch built with:\n'
' - GCC 9.3\n'
' - C++ Version: 201703\n'
' - Intel(R) oneAPI Math Kernel Library Version '
'2022.2-Product Build 20220804 for Intel(R) 64 '
'architecture applications\n'
' - Intel(R) MKL-DNN v3.3.2 (Git Hash '
'2dc95a2ad0841e29db8b22fbccaf3e5da7992b01)\n'
' - OpenMP 201511 (a.k.a. OpenMP 4.5)\n'
' - LAPACK is enabled (usually provided by '
'MKL)\n'
' - NNPACK is enabled\n'
' - CPU capability usage: AVX512\n'
' - CUDA Runtime 11.8\n'
' - NVCC architecture flags: '
'-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_90,code=sm_90\n'
' - CuDNN 8.7\n'
' - Magma 2.6.1\n'
' - Build settings: BLAS_INFO=mkl, '
'BUILD_TYPE=Release, CUDA_VERSION=11.8, '
'CUDNN_VERSION=8.7.0, '
'CXX_COMPILER=/opt/rh/devtoolset-9/root/usr/bin/c++, '
'CXX_FLAGS= -D_GLIBCXX_USE_CXX11_ABI=0 '
'-fabi-version=11 -fvisibility-inlines-hidden '
'-DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO '
'-DLIBKINETO_NOROCTRACER -DUSE_FBGEMM '
'-DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK '
'-DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE '
'-O2 -fPIC -Wall -Wextra -Werror=return-type '
'-Werror=non-virtual-dtor -Werror=bool-operation '
'-Wnarrowing -Wno-missing-field-initializers '
'-Wno-type-limits -Wno-array-bounds '
'-Wno-unknown-pragmas -Wno-unused-parameter '
'-Wno-unused-function -Wno-unused-result '
'-Wno-strict-overflow -Wno-strict-aliasing '
'-Wno-stringop-overflow -Wsuggest-override '
'-Wno-psabi -Wno-error=pedantic '
'-Wno-error=old-style-cast -Wno-missing-braces '
'-fdiagnostics-color=always -faligned-new '
'-Wno-unused-but-set-variable '
'-Wno-maybe-uninitialized -fno-math-errno '
'-fno-trapping-math -Werror=format '
'-Wno-stringop-overflow, LAPACK_INFO=mkl, '
'PERF_WITH_AVX=1, PERF_WITH_AVX2=1, '
'PERF_WITH_AVX512=1, TORCH_VERSION=2.3.0, '
'USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=1, '
'USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, '
'USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, '
'USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=1, '
'USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, '
'USE_ROCM_KERNEL_ASSERT=OFF, \n',
'Python': '3.11.5 (main, Sep 11 2023, 13:54:46) [GCC 11.2.0]',
'TorchVision': '0.18.0.dev20240119+cu118',
'numpy_random_seed': 2147483648,
'opencompass': '0.2.1+unknown',
'sys.platform': 'linux'}

重现问题 - 代码/配置示例

未对代码进行任何更改,且实用官方提供的数据集

重现问题 - 命令或脚本

LOG_NAME=/home/ubuntu/Hanbo/metric-logs/mpt/pretrain-2.log
export PATH="/home/ubuntu/anaconda3/bin:$PATH"

export CUDA_VISIBLE_DEVICES=1,2,3
export HF_ENDPOINT=https://hf-mirror.com

find /root/HHB/ -name $LOG_NAME -exec rm -rf {} ;

rm $LOG_NAME

cd opencompass-main/

screen -L -Logfile $LOG_NAME
python run.py --datasets hellaswag_ppl_a6e128 obqa_ppl_6aac9e Xsum_gen_31397e nq_gen_0356ec SuperGLUE_BoolQ_ppl_314797 gsm8k_gen_1d7fe4 siqa_ppl_e8d8c5 mbpp_gen_1e1056 piqa_ppl_0cfff2
--hf-path /home/ubuntu/Hanbo/BaseModels/mpt-7b
--model-kwargs trust_remote_code=True device_map='auto'
--tokenizer-kwargs padding_side='left' truncation='left' trust_remote_code=True use_fast=True
--max-seq-len 2048
--max-out-len 100
--batch-size 8
--num-gpus 1

重现问题 - 错误信息

image

其他信息

No response

Hi, it seems there is no error information in your logs, what is the exactly bug?