Update README.md

This commit is contained in:
guanjihuan 2024-01-27 04:08:12 +08:00
parent a76802a55e
commit 3e572a85e2

View File

@ -4,7 +4,7 @@
运行这里的代码需要安装 Python 环境,可以选择安装 Anacondahttps://www.anaconda.com 。如果是本地 GPU 运行模型,还需要 Nvidia 显卡。说明这里只测试了几个模型还有更多开源大模型感兴趣的可以自行测试。通常8G 显存的显卡可以量化地加载 7B 左右的模型70亿参数16G 显存的显卡可以完整加载 7B 左右的模型70亿参数以及量化地加载 14B 左右的模型14亿参数更大参数空间的模型的运行需要更大显存的显卡。开源大模型的排行榜有https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard 、https://cevalbenchmark.com/static/leaderboard.html 、https://opencompass.org.cn/leaderboard-llm 。
Web 框架是使用 Streamlithttps://streamlit.io、https://github.com/streamlit/streamlit 。
Web 框架是使用 Streamlithttps://streamlit.io 、https://github.com/streamlit/streamlit 。
Streamlit 的安装: