摘要:
参考地址:https://blog.csdn.net/sun_he_he/article/details/138096231 #yum groupinstall -y "Development Tools" sudo yum install -y zlib-devel bzip2-devel ope 阅读全文
摘要:
创建python3.11虚拟环境 conda create -n py311 python=3.11 --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ python -m venv py311-open-webui 阅读全文
摘要:
1、离线安装 https://github.com/ollama/ollama/blob/main/docs/linux.md 2、模型默认位置 /usr/share/ollama/.ollama/models 参考 https://blog.csdn.net/hooksten/article/de 阅读全文