Commit bb730329 authored by chenzk's avatar chenzk
Browse files

Update url.md

parent ee5c7cf7
......@@ -42,7 +42,7 @@ python3 infer_with_torch.py
```
cd examples/02_bert
```
下载bert-base-uncased weights(http://113.200.138.88:18080/aimodels/bert-base-uncased)
下载[bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased)
**benchmark**
```
......@@ -57,7 +57,7 @@ python3 demo.py
```
cd examples/03_vit
```
下载vit_base_patch16_224 weights(http://113.200.138.88:18080/aimodels/vit_base_patch16_224.augreg2_in21k_ft_in1k)
下载[vit_base_patch16_224](https://huggingface.co/google/vit-base-patch16-224)
**benchmark**
```
......@@ -70,9 +70,9 @@ python3 verification.py
```
#### 04_stable_diffusion
下载stable-diffusion-2-1-base weights(http://113.200.138.88:18080/aimodels/stable-diffusion-2-1-base)
下载[stable-diffusion-2-1-base](https://huggingface.co/stabilityai/stable-diffusion-2-1-base)
下载clip-vit-large-patch14 weights(http://113.200.138.88:18080/aimodels/clip-vit-large-patch14)
下载[clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14)
**compile**
```
......
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