Weicheng Yu

Results 5 comments of Weicheng Yu

![image](https://github.com/baichuan-inc/baichuan-7B/assets/8345745/c796ebbd-e29a-49de-bf24-88b16649a9b6) 运行报这个错误,是要改模型里的config.json吗?

> running install /home/asus/.local/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/asus/.local/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other...

The ram spike happaned in this stage before collecting numpy and other packages. ``` (lmflow) ai@server:~/llm/LMFlow$ bash install.sh Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Obtaining file:///home/asus/llm/LMFlow Preparing metadata (setup.py) ... done ```

there seemed to be some confusion. I faced two issues. 1. You need to do ``` pip install packaging pip install torch ``` no matter you have limited ram or...