s-JoL commited on
Commit
e4c3229
1 Parent(s): 6003bf8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -49,6 +49,10 @@ The specific release versions and download links are listed in the table below:
49
 
50
  # <span id="Start">快速开始/Quick Start</span>
51
 
 
 
 
 
52
  我们将训练中的Checkpoints上传到了本项目中,可以通过指定revision来加载不同step的Checkpoints。
53
 
54
  We have uploaded the checkpoints during training to this project. You can load checkpoints from different steps by specifying the revision.
 
49
 
50
  # <span id="Start">快速开始/Quick Start</span>
51
 
52
+ 在Baichuan2系列模型中,我们为了加快推理速度使用了Pytorch2.0加入的新功能F.scaled_dot_product_attention,因此模型需要在Pytorch2.0环境下运行。
53
+
54
+ In the Baichuan 2 series models, we have utilized the new feature `F.scaled_dot_product_attention` introduced in PyTorch 2.0 to accelerate inference speed. Therefore, the model needs to be run in a PyTorch 2.0 environment.
55
+
56
  我们将训练中的Checkpoints上传到了本项目中,可以通过指定revision来加载不同step的Checkpoints。
57
 
58
  We have uploaded the checkpoints during training to this project. You can load checkpoints from different steps by specifying the revision.