!176 【master】修正文档

Merge pull request !176 from humphrey007/master
This commit is contained in:
humphrey007
2025-04-10 03:50:10 +00:00
committed by i-robot
parent a471d5ce09
commit bcd57e5063

View File

@ -9,7 +9,7 @@ from openmind import AutoModel
model = AutoModel.from_pretrained("PyTorch-NPU/bert_base_cased")
# 目前MindSpore仅支持Glm2Llama系列模型如果使用Mindspore请替换为支持的模型类型
# 如果使用Mindspore请替换为支持的模型类型
```
将创建一个模型该模型是BertModel的一个实例。