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
a7b51553
Unverified
Commit
a7b51553
authored
6 months ago
by
Ren Xuancheng
Committed by
GitHub
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update awq.md
parent
950bb45c
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
docs/source/quantization/awq.md
+1
-4
1 addition, 4 deletions
docs/source/quantization/awq.md
with
1 addition
and
4 deletions
docs/source/quantization/awq.md
+
1
−
4
View file @
a7b51553
...
...
@@ -111,12 +111,9 @@ print("Chat response:", chat_response)
## Quantize Your Own Model with AutoAWQ
If you want to quantize your own model to AWQ quantized models, we advise you to use AutoAWQ.
It is suggested installing the latest version of the package by installing from source code:
```
bash
git clone https://github.com/casper-hansen/AutoAWQ.git
cd
AutoAWQ
pip
install
-e
.
pip
install
"autoawq<0.2.7"
```
Suppose you have finetuned a model based on
`Qwen2.5-7B`
, which is named
`Qwen2.5-7B-finetuned`
, with your own dataset, e.g., Alpaca.
...
...
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