摘要:学习LangChain参考 https://python.langchain.com.cn/docs/get_started/quickstart https://python.langchain.com/v0.1/docs/integrations/llms/ollama/ https://wan
阅读全文
12 2023 档案
摘要:参考: https://blog.csdn.net/qq_34319660/article/details/126246351 基本上就是如下几步 启动环境 conda activate LLM_env 查看已安装路径 jupyter kernelspec list 安装ipykernel pip
阅读全文
摘要:不同的模型需要的显存不同,下载前先查一下自己GPU能支持什么模型 1. 用如下脚本可以下载HuggingFace上的各种模型, 网址 https://huggingface.co/models download.py #coding=gbk import time from huggingface_
阅读全文