Update README_zh-CN.md
Browse files- README_zh-CN.md +6 -0
 
    	
        README_zh-CN.md
    CHANGED
    
    | 
         @@ -56,6 +56,12 @@ POLAR 是一个经过大规模预训练的奖励模型,在训练范式和模 
     | 
|
| 56 | 
         | 
| 57 | 
         
             
            - 通过 pip 安装 xtuner:
         
     | 
| 58 | 
         | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 59 | 
         
             
              ```shell
         
     | 
| 60 | 
         
             
              pip install 'git+https://github.com/InternLM/xtuner.git@main#egg=xtuner[deepspeed]'
         
     | 
| 61 | 
         
             
              ```
         
     | 
| 
         | 
|
| 56 | 
         | 
| 57 | 
         
             
            - 通过 pip 安装 xtuner:
         
     | 
| 58 | 
         | 
| 59 | 
         
            +
              ```shell
         
     | 
| 60 | 
         
            +
              pip install 'xtuner[deepspeed]'==0.2.0
         
     | 
| 61 | 
         
            +
              ```
         
     | 
| 62 | 
         
            +
             
     | 
| 63 | 
         
            +
            - 通过最新源码安装 xtuner:
         
     | 
| 64 | 
         
            +
             
     | 
| 65 | 
         
             
              ```shell
         
     | 
| 66 | 
         
             
              pip install 'git+https://github.com/InternLM/xtuner.git@main#egg=xtuner[deepspeed]'
         
     | 
| 67 | 
         
             
              ```
         
     |