
阿里云使用LLaMa-Factory微调chatglm3-6b时运行webui后打开页面出现Connection Errored out的问题
这几步执行完就可以解决了。
·
pip install -e .【torch,metrics】
pip install --no-deps -e .
export GRADIO_SERVER_PORT=7860 GRADIO_ROOT_PATH=/${JUPYTER_NAME}/proxy/7860/
CUDA_VISIBLE_DEVICES=0 USE_MODELSCOPE_HUB=1 python src/webui.py
这几步执行完就可以解决了

更多推荐



所有评论(0)