Update README.md

This commit is contained in:
guanjihuan 2024-01-27 04:05:50 +08:00
parent f887dd03c9
commit 12fb8831a7

View File

@ -62,7 +62,7 @@ pip install -r requirements.txt
显存/内存要求:量化加载大概要 6G 显存;默认加载大概需要 13G 显存CPU加载大概需要 25G 内存。
运行:
运行命令
```
python -m streamlit run ./ChatGLM3.py --theme.base dark --server.port 8501
@ -84,7 +84,7 @@ Qwen-14B-Chat-Int4 模型文件下载https://huggingface.co/Qwen/Qwen-14B-Cha
显存要求Qwen-7B-Chat-Int4 大概需要 8G 显存Qwen-14B-Chat-Int4 大概需要 12G 显存。
运行:
运行命令
```
python -m streamlit run ./Qwen.py --theme.base dark --server.port 8501
@ -110,7 +110,7 @@ internlm2-chat-7b 模型文件下载https://huggingface.co/internlm/internlm2
显存要求:大概需要 7B 的显存。
运行:
运行命令
```
python -m streamlit run ./InternLM.py --theme.base dark --server.port 8501
@ -122,7 +122,7 @@ python -m streamlit run ./InternLM.py --theme.base dark --server.port 8501
智谱 - ChatGLM Turbo 的 API key 获取收费可免费试用https://maas.aminer.cn
运行:
运行命令
```
python -m streamlit run ./ChatGLM_Turbo.py --theme.base dark --server.port 8501
@ -132,7 +132,7 @@ python -m streamlit run ./ChatGLM_Turbo.py --theme.base dark --server.port 8501
讯飞 - 星火大模型的 API key 获取收费可免费试用https://xinghuo.xfyun.cn
运行:
运行命令
```
python -m streamlit run ./星火大模型.py --theme.base dark --server.port 8501