zhuantouer
zhuantouer
> `python -V` > > 看看是什么版本? ubuntu 20.04系统默认是py3.8, 通过conda装了py2, py37,都试了下,报同样的错误 怀疑是脚本哪里没有载入系统环境,因为在命令行运行 python -v, pip --version, which python which pip都是正常的,但是脚本没有检测到这些变量
换了个centos 7.x,还是报一样的问题 cent7下python -V输出:Python 2.7.5
又换了个服务器,centos 7.x, 系统自带的Python,新的问题是pip有问题 ```bash ++ echo 2.7.5 ++ cut -d. -f1 + local major_version=2 ++ echo 2.7.5 ++ cut -d. -f2 + local minor_version=7 + '[' -z 2 ']' +...
0.14的beam_search参数改了,官方文档api参数说明还没更新。。。 有点坑,每次都要去翻源码。。。。
Yes, train and save the model by using c++ and load it separatelly in another c++ class even in other languages. This is cool.
+1 ----- ``` ~/opt/py38/bin/python export_model.py --model_name_or_path FlagAlpha/Llama2-Chinese-7b-Chat --output_path ./inference --dtype float16 /root/opt/py38/lib/python3.8/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") [2023-12-13 16:27:41,659] [ INFO] - Found /root/.paddlenlp/models/FlagAlpha/Llama2-Chinese-7b-Chat/tokenizer_config.json [2023-12-13 16:27:41,660]...
问题好像定位到了,在没安装wsl2时是可以正常引导的,安装wsl后就报蓝屏
> > 问题好像定位到了,在没安装wsl2时是可以正常引导的,安装wsl后就报蓝屏 > > 安装了wsl后有解决的办法吗,工作需要wsl 没再折腾
hope you update this project to solve this bug
i'v tested your debug code, this error still occurred, i think it is not because the reason you'v mentioned. when i test evant' s example app , scheduled about three...