摘要:
langchain介绍 阅读全文
摘要:
先看 RetroMAE: Pre-Training Retrieval-oriented Language Models Via Masked Auto-Encoder The above designs of RetroMAE are favorableto the pre-training ef 阅读全文
摘要:
直接说结论:优先使用RecursiveCharacterTextSplitter,输入一个separator list。优先划分大的符号放到前面,比如句号,分号,划分小块的放到后面。 如果想让separator 不生效,就放一个原文中不会出现的一个符号,如果separator 为空的话,会有一个默认 阅读全文
摘要:
dock pull elasticsearch:8.12.0 docker pull docker.elastic.co/elasticsearch/elasticsearch:8.13.0 注意关闭安全模式 docker run --name elasticsearch812 --net elas 阅读全文
摘要:
docker pull elasticsearch:7.13.0 docker network create elastic docker run --name elasticsearch --net elastic -p 9200:9200 -p 9300:9300 -e "discovery.t 阅读全文
摘要:
syntax onset showmodeset showcmdset mouse=aset encoding=utf-8 set t_Co=256filetype indent onset autoindentset tabstop=4set shiftwidth=4set expandtabse 阅读全文
摘要:
sudo docker run --name=vits -v /home:/home -p 60066:60066 --td --gpus all nvidia/cuda:12.1.1-base-ubuntu22.04 /bin/bash sudo docker exec -it bertvits 阅读全文
摘要:
https://blog.csdn.net/qq_49323609/article/details/130310522 is very good 1,first check driver nvidia-smi if no content ,show install driver first two 阅读全文
摘要:
https://blog.csdn.net/zdm_0301/article/details/133854913#:~:text=UnicodeDecodeError%3A%20%27utf-8%27%20codec%20can%27t%20decode%20byte%200xb2%20in,9%3 阅读全文
摘要:
第一步骤,是安装cuda和cudnn,看这个链接。 https://zhuanlan.zhihu.com/p/586913250。重点就是如何安装pytorch了,因为网络慢的原因 首先,直接使用下面这个命令不好使,如果你的科上网流量非常足的话,没问题的。我用aconda,差不多就安装好了,可是比较 阅读全文