Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #342

Merged
merged 6 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 47 additions & 47 deletions README.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions auto_round/mllm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ from auto_round import AutoRoundConfig ## must import for auto-round format

For more details on quantization, inference, evaluation, and environment, see the following recipe:

- [Qwen2-VL-7B-Instruct](../../docs/Qwen2-VL-7B-Instruct_sym.md)
- [Llama-3.2-11B-Vision](../../docs/Llama-3.2-11B-Vision-Instruct_sym.md)
- [Phi-3.5-vision-instruct](../../docs/Phi-3.5-vision-instruct_sym.md)
- [llava-v1.5-7b](../../docs/llava-v1.5-7b_sym.md)
- [cogvlm2-llama3-chat-19B](../../docs/cogvlm2-llama3-chat-19B_sym.md)
- [Qwen2-VL-7B-Instruct](../../docs/Qwen2-VL-7B-Instruct-sym.md)
- [Llama-3.2-11B-Vision](../../docs/Llama-3.2-11B-Vision-Instruct-sym.md)
- [Phi-3.5-vision-instruct](../../docs/Phi-3.5-vision-instruct-sym.md)
- [llava-v1.5-7b](../../docs/llava-v1.5-7b-sym.md)
- [cogvlm2-llama3-chat-19B](../../docs/cogvlm2-llama3-chat-19B-sym.md)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ auto-round-mllm --eval --model Intel/Llama-3.2-11B-Vision-Instruct-inc-private -
### Generate the model
Here is the sample command to reproduce the model.
```bash
pip install auto_round
pip install auto-round
auto-round-mllm
--model meta-llama/Llama-3.2-11B-Vision-Instruct \
--device 0 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ auto-round-mllm --eval --model Intel/Qwen2-VL-7B-Instruct-inc-private --tasks MM
### Generate the model
Here is the sample command to reproduce the model.
```bash
pip install auto_round
pip install auto-round
auto-round-mllm
--model microsoft/Phi-3.5-vision-instruct \
--device 0 \
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ auto-round --model "Intel/Qwen2.5-32B-Instruct-int4-inc" --eval --eval_bs 16 --

Here is the sample command to generate the model.

For symmetric quantization, we found overflow/NAN will occur for some backends, so better fallback some layers. auto_round requires version >0.4.1
For symmetric quantization, we found overflow/NAN will occur for some backends, so better fallback some layers. auto_round requires version > 0.3.1

```bash
auto-round \
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ auto-round-mllm --lmms --model Intel/cogvlm2-llama3-chat-19B-inc-private --tasks
### Generate the model
Here is the sample command to reproduce the model.
```bash
pip install auto_round
pip install auto-round
auto-round-mllm
--model THUDM/cogvlm2-llama3-chat-19B \
--device 0 \
Expand Down
2 changes: 1 addition & 1 deletion docs/llava-v1.5-7b_sym.md → docs/llava-v1.5-7b-sym.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ auto-round-mllm --lmms --model Intel/llava-v1.5-7b-inc-private --tasks pope,text
### Generate the model
Here is the sample command to reproduce the model.
```bash
pip install auto_round
pip install auto-round
auto-round-mllm
--model liuhaotian/llava-v1.5-7b \
--device 0 \
Expand Down