Skip to content

Commit

Permalink
add bash highlight (#75)
Browse files Browse the repository at this point in the history
* change image& change title

* add highligtht support

* add bash highlight
  • Loading branch information
ShaohonChen authored Dec 10, 2024
1 parent 63c24b0 commit bb1212b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zh/examples/openMind.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ openMind Library是一个深度学习开发套件,通过简单易用的API支
>
> 1、可以使用镜像源来安装环境,不然会很浪费时间,可以使用清华源:
>
> ```
> ```bash
> pip install -i https://pypi.tuna.tsinghua.edu.cn/simple name
> ```
>
> 2、魔乐社区中有两个框架的分类,如果是pytorch就只能选择pytorch框架,同理如果是mindspore就只能选择mindspore框架
> ![魔乐社区模型](./openMind/models.png)
> 3、配置环境的时候,按照openmind官方文档说可以同时存在两个框架,使用的时候分别设置就行,但是实际使用的时候只能存在一个框架,一旦设置了两个框架,使用的时候无论如何设置都会报错说openmind不知道使用哪个框架,所以最好在环境里只安装一个
>
> ```
> ```bash
> >>>import openmind
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
Expand Down

0 comments on commit bb1212b

Please sign in to comment.