百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
返回工具页/返回 Issues 列表
#162·llama-gpt

一些与 Python 相关的错误导致"主机 [LLaMA-gpt-api:8000] 尚未可用…"并出现退出代码 1

作者: shareef-dweikat创建于 2024年6月23日更新于 2024年9月6日

I am trying to run ./run.sh --model 7b, i get the following error log ending with LLaMA-gpt-LLaMA-gpt-api-1 exited with code 1

`LLaMA-gpt-LLaMA-gpt-api-1 | /usr/local/lib/python3.11/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. LLaMA-gpt-LLaMA-gpt-api-1 | !! LLaMA-gpt-LLaMA-gpt-api-1 | LLaMA-gpt-LLaMA-gpt-api-1 | ******************************************************************************** LLaMA-gpt-LLaMA-gpt-api-1 | Please avoid running setup.py and easy_install. LLaMA-gpt-LLaMA-gpt-api-1 | Instead, use pypa/build, pypa/installer or other LLaMA-gpt-LLaMA-gpt-api-1 | standards-based tools. LLaMA-gpt-LLaMA-gpt-api-1 | LLaMA-gpt-LLaMA-gpt-api-1 | See https://GitHub.com/pypa/setuptools/issues/917 for details. LLaMA-gpt-LLaMA-gpt-api-1 | ******************************************************************************** LLaMA-gpt-LLaMA-gpt-api-1 | LLaMA-gpt-LLaMA-gpt-api-1 | !! LLaMA-gpt-LLaMA-gpt-api-1 | easy_install.initialize_options(self) LLaMA-gpt-LLaMA-gpt-api-1 | LLaMA-gpt-LLaMA-gpt-api-1 | [0/1] Install the project... LLaMA-gpt-LLaMA-gpt-api-1 | -- Install configuration: "Release" LLaMA-gpt-LLaMA-gpt-api-1 | -- Up-to-date: /app/_skbuild/linux-aarch64-3.11/cmake-install/llama_cpp/libllama.so LLaMA-gpt-LLaMA-gpt-api-1 | copying _skbuild/linux-aarch64-3.11/cmake-install/llama_cpp/libllama.so -> llama_cpp/libllama.so LLaMA-gpt-LLaMA-gpt-api-1 | LLaMA-gpt-LLaMA-gpt-api-1 | LLaMA-gpt-LLaMA-gpt-api-1 | running develop LLaMA-gpt-LLaMA-gpt-api-1 | /usr/local/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. LLaMA-gpt-LLaMA-gpt-api-1 | !! LLaMA-gpt-LLaMA-gpt-api-1 | LLaMA-gpt-LLaMA-gpt-api-1 | ******************************************************************************** LLaMA-gpt-LLaMA-gpt-api-1 | Please avoid running setup.py directly. LLaMA-gpt-LLaMA-gpt-api-1 | Instead, use pypa/build, pypa/installer or other LLaMA-gpt-LLaMA-gpt-api-1 | standards-based tools. LLaMA-gpt-LLaMA-gpt-api-1 | LLaMA-gpt-LLaMA-gpt-api-1 | See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. LLaMA-gpt-LLaMA-gpt-api-1 | ******************************************************************************** LLaMA-gpt-LLaMA-gpt-api-1 | LLaMA-gpt-LLaMA-gpt-api-1 | !! LLaMA-gpt-LLaMA-gpt-api-1 | self.initialize_options() LLaMA-gpt-LLaMA-gpt-api-1 | LLaMA-gpt-LLaMA-gpt-api-1 | running egg_info LLaMA-gpt-LLaMA-gpt-api-1 | writing llama_cpp_python.egg-info/PKG-INFO LLaMA-gpt-LLaMA-gpt-api-1 | writing dependency_links to llama_cpp_python.egg-info/dependency_links.txt LLaMA-gpt-LLaMA-gpt-api-1 | writing requirements to llama_cpp_python.egg-info/requires.txt LLaMA-gpt-LLaMA-gpt-api-1 | writing top-level names to llama_cpp_python.egg-info/top_level.txt …

内容来源: getumbrel/llama-gpt

查看 GitHub 原文在 GitHub 查看讨论