"...composable_kernel-1.git" did not exist on "37f2e91832b25ee907533ad63bded43fc7e4cba7"
Unverified Commit 36360bdf authored by Hubert's avatar Hubert Committed by GitHub
Browse files

[Fix] fix filename typo (#549)

parent 214a34f0
...@@ -100,7 +100,7 @@ We have provided several examples for API-based models. Please refer to ...@@ -100,7 +100,7 @@ We have provided several examples for API-based models. Please refer to
```bash ```bash
configs configs
├── eval_zhihu.py ├── eval_zhipu.py
├── eval_xunfei.py ├── eval_xunfei.py
└── eval_minimax.py └── eval_minimax.py
``` ```
......
...@@ -92,7 +92,7 @@ models = [ ...@@ -92,7 +92,7 @@ models = [
```bash ```bash
configs configs
├── eval_zhihu.py ├── eval_zhipu.py
├── eval_xunfei.py ├── eval_xunfei.py
└── eval_minimax.py └── eval_minimax.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