Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
opencompass
Commits
c1e81762
"git@developer.sourcefind.cn:modelzoo/resnet50_migraphx.git" did not exist on "bdddfe277f4b56ed959e8a0a5b413f8bf241b779"
Commit
c1e81762
authored
Jun 03, 2024
by
zhuwenwen
Browse files
update git url
parent
e94d0651
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+3
-0
No files found.
README.md
View file @
c1e81762
...
@@ -68,6 +68,7 @@ python tools/list_configs.py llama mmlu
...
@@ -68,6 +68,7 @@ python tools/list_configs.py llama mmlu
根据需要的框架进行安装,然后运行:
根据需要的框架进行安装,然后运行:
1、使用vllm推理验证
1、使用vllm推理验证
环境及使用参考:
[
https://developer.hpccube.com/codes/OpenDAS/vllm
](
https://developer.hpccube.com/codes/OpenDAS/vllm
)
环境及使用参考:
[
https://developer.hpccube.com/codes/OpenDAS/vllm
](
https://developer.hpccube.com/codes/OpenDAS/vllm
)
```
shell
```
shell
python run.py configs/vllm/eval_llama2_vllm.py
python run.py configs/vllm/eval_llama2_vllm.py
...
@@ -75,6 +76,7 @@ python run.py configs/vllm/eval_llama2_vllm.py
...
@@ -75,6 +76,7 @@ python run.py configs/vllm/eval_llama2_vllm.py
其它模型使用参考
`configs/vllm/eval_xxx_vllm.py`
其它模型使用参考
`configs/vllm/eval_xxx_vllm.py`
2、使用lmdeploy推理验证
2、使用lmdeploy推理验证
环境及使用参考:
[
https://developer.hpccube.com/codes/OpenDAS/lmdeploy
](
https://developer.hpccube.com/codes/OpenDAS/lmdeploy
)
环境及使用参考:
[
https://developer.hpccube.com/codes/OpenDAS/lmdeploy
](
https://developer.hpccube.com/codes/OpenDAS/lmdeploy
)
```
shell
```
shell
#安装gpufusion 相关工具
#安装gpufusion 相关工具
...
@@ -100,6 +102,7 @@ python run.py configs/lmdeploy/eval_llama2_lmdeploy.py
...
@@ -100,6 +102,7 @@ python run.py configs/lmdeploy/eval_llama2_lmdeploy.py
其它模型使用参考
`configs/lmdeploy/eval_xxx_lmdeploy.py`
其它模型使用参考
`configs/lmdeploy/eval_xxx_lmdeploy.py`
3、使用tgi推理验证
3、使用tgi推理验证
环境及使用参考:
[
https://developer.hpccube.com/codes/OpenDAS/text-generation-inference
](
https://developer.hpccube.com/codes/OpenDAS/text-generation-inference
)
环境及使用参考:
[
https://developer.hpccube.com/codes/OpenDAS/text-generation-inference
](
https://developer.hpccube.com/codes/OpenDAS/text-generation-inference
)
```
shell
```
shell
python run.py configs/tgi/eval_llama2_tgi.py
python run.py configs/tgi/eval_llama2_tgi.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment