09 2023 档案
摘要:https://deepinout.com/wsl-tutorials/37_installing_wsl2_on_windows_10.html win10 安装wsl2 WSL(Windows Subsystem for Linux)是 Windows 10 中一项十分强大的功能,它可以使用户在
阅读全文
摘要:1、下载langchain-chatchat git clone https://github.com/chatchat-space/Langchain-Chatchat.git 2、下载llama2-7b-chat-hf git lfs installgit clone https://huggi
阅读全文
摘要:apt install nvidia-cuda-toolkit nvcc --version nvidia-smi
阅读全文
摘要:conda create -n kinggpt023 python==3.8 conda init conda activate kinggpt023
阅读全文
摘要:下载安装程序: 在下载页面上,复制链接并使用 wget 命令下载 Miniconda 安装程序。请将链接替换为您选择的版本链接。例如: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh 运行安装程序:
阅读全文
摘要:https://www.libreoffice.org/get-help/install-howto PPT等格式向量化时,可能会需要安装libreoffice
阅读全文
摘要:pip install spacy 到github下载zh_core_web_sm-3.6.0-py3-none-any.whl (选择需要的版本: 中文: zh_core_web_sm · Releases · explosion/spacy-models (github.com) 英文:en_c
阅读全文
摘要:检查torch是否是gpu版本 1. 查看PyTorch版本: 打开Python交互式环境,导入torch包,使用命令torch.__version__查看PyTorch版本,如果版本名称中包含“cuda”,则表示是GPU版本。 例如,如果版本名称为“1.7.0+cu101”,则是支持CUDA 10
阅读全文
摘要:huggingface托管的大模型文件较大,用git拉取需要LFS支持,速度比较慢,也容易断线,需要不断尝试,费时费力。 某些模型可以使用镜像网站 https://aliendao.cn 下载,逐个文件下载比较麻烦,如果有python环境,建议用下载器model_download.py下载,下载速度
阅读全文