"...git@developer.sourcefind.cn:OpenDAS/TransformerEngine.git" did not exist on "0291a6084f819ac70fc30228845f03c80ab7f7ff"
Commit bba81e48 authored by dengjb's avatar dengjb
Browse files

Update README.md

parent 7509fd89
...@@ -66,7 +66,8 @@ export HF_ENDPOINT=https://hf-mirror.com ...@@ -66,7 +66,8 @@ export HF_ENDPOINT=https://hf-mirror.com
基于Huggingface's Transformers进行推理.<br> 基于Huggingface's Transformers进行推理.<br>
模型下载后 默认需存放至weights文件夹中<br> 模型下载后 默认需存放至weights文件夹中<br>
也可自行更改 inference.py文件中的 model_name 参数<br> 也可自行更改 inference.py文件中的 model_name 参数<br>
模型下载地址[快速下载](http://113.200.138.88:18080/aimodels/deepseek-ai) [官方下载](https://huggingface.co/mistralai/Codestral-22B-v0.1) 预训练权重快速下载中心:[SCNet AIModels](http://113.200.138.88:18080/aimodels) ,项目中的预训练权下载地址[Codestral-22B-v0.1](https://huggingface.co/mistralai/Codestral-22B-v0.1) <br>
[官方下载](https://huggingface.co/mistralai/Codestral-22B-v0.1)
```python ```python
HIP_VISIBLE_DEVICES=0 python inference.py HIP_VISIBLE_DEVICES=0 python inference.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