"tests/vscode:/vscode.git/clone" did not exist on "c8d86e9f0a2791eb0d08b2692803cab5ea7a35e2"
Commit b1692df0 authored by chenzk's avatar chenzk
Browse files

Update url.md

parent db39f731
...@@ -80,8 +80,6 @@ pip install -r requirements.txt ...@@ -80,8 +80,6 @@ pip install -r requirements.txt
### 模型下载 ### 模型下载
Hugging Face模型下载地址: Hugging Face模型下载地址:
[ChatGLM-6B](https://huggingface.co/THUDM/chatglm-6b) [ChatGLM-6B](https://huggingface.co/THUDM/chatglm-6b)
模型权重SCNet快速下载地址:
[ChatGLM-6B](http://113.200.138.88:18080/aimodels/chatglm-6b)
**注意:** 🚨 **注意:** 🚨
| 为了获得训练中性能提升,请将所下载预训练模型文件夹中`modeling_chatglm.py`文件替换为本项目[model](./model/)目录下的`modeling_chatglm.py`。需要注意,推理时需使用原`modeling_chatglm.py`内的计算方式。 | | 为了获得训练中性能提升,请将所下载预训练模型文件夹中`modeling_chatglm.py`文件替换为本项目[model](./model/)目录下的`modeling_chatglm.py`。需要注意,推理时需使用原`modeling_chatglm.py`内的计算方式。 |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment