Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
Qwen2.5
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Birhanu Belay
Qwen2.5
Commits
90df1ed2
Commit
90df1ed2
authored
6 months ago
by
Yunnglin
Browse files
Options
Downloads
Patches
Plain Diff
update doc
parent
7812c405
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/speed-benchmark/README.md
+2
-5
2 additions, 5 deletions
examples/speed-benchmark/README.md
with
2 additions
and
5 deletions
examples/speed-benchmark/README.md
+
2
−
5
View file @
90df1ed2
...
@@ -4,9 +4,9 @@ This document introduces the speed benchmark testing process for the Qwen2.5 ser
...
@@ -4,9 +4,9 @@ This document introduces the speed benchmark testing process for the Qwen2.5 ser
## 1. Model Collections
## 1. Model Collections
For models hosted on HuggingFace, refer to
[
Qwen2.5
Model -
HuggingFace
](
https://huggingface.co/collections/Qwen/qwen25-66e81a666513e518adb90d9e
)
.
For models hosted on HuggingFace, refer to
[
Qwen2.5
Collections-
HuggingFace
](
https://huggingface.co/collections/Qwen/qwen25-66e81a666513e518adb90d9e
)
.
For models hosted on ModelScope, refer to
[
Qwen2.5
Model -
ModelScope
](
https://modelscope.cn/collections/Qwen25-dbc4d30adb768
)
.
For models hosted on ModelScope, refer to
[
Qwen2.5
Collections-
ModelScope
](
https://modelscope.cn/collections/Qwen25-dbc4d30adb768
)
.
## 2. Environment Setup
## 2. Environment Setup
...
@@ -107,9 +107,6 @@ Test results can be found in the `outputs/{model_name}/{timestamp}/speed_benchma
...
@@ -107,9 +107,6 @@ Test results can be found in the `outputs/{model_name}/{timestamp}/speed_benchma
```
shell
```
shell
python speed_benchmark_transformers.py
--model_id_or_path
Qwen/Qwen2.5-0.5B-Instruct
--context_length
1
--gpus
0
--outputs_dir
outputs/transformers
python speed_benchmark_transformers.py
--model_id_or_path
Qwen/Qwen2.5-0.5B-Instruct
--context_length
1
--gpus
0
--outputs_dir
outputs/transformers
# Specify HF_ENDPOINT
HF_ENDPOINT
=
https://hf-mirror.com python speed_benchmark_transformers.py
--model_id_or_path
Qwen/Qwen2.5-0.5B-Instruct
--context_length
1
--gpus
0
--outputs_dir
outputs/transformers
```
```
-
Using ModelScope Hub
-
Using ModelScope Hub
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment