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

W4Afp8 export #378

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

W4Afp8 export #378

wants to merge 14 commits into from

Conversation

wenhuach21
Copy link
Contributor

@wenhuach21 wenhuach21 commented Dec 9, 2024

  • NV GPU
python3 -m auto_round --model  "meta-llama/Llama-3.1-8B-Instruct" \
 --format auto_gptq \
 --tasks lambada_openai \
 --model_dtype bf16 \
 --scale_dtype bf16 \
 --output_dir fp8_test \
 --eval_bs 128 \
 --data_type fp8_gaudi3_to_int_sym \
 --act_data_type fp8_gaudi3_sym 
 --disable_act_dynamic \
 --act_bits 8
  • G3
PT_HPU_LAZY_MODE=0 PT_ENABLE_INT64_SUPPORT=1  python3 -m auto_round --model  "meta-llama/Llama-3.1-8B-Instruct" \
 --format auto_gptq \
 --tasks lambada_openai \
 --model_dtype bf16 \
 --scale_dtype bf16 \
 --output_dir fp8_test \
 --eval_bs 128 \
 --data_type fp8_gaudi3_to_int_sym \
 --act_data_type fp8_gaudi3_sym 
 --disable_act_dynamic \
 --act_bits 8

@wenhuach21 wenhuach21 changed the title w4fp8 export W4Afp8 export Dec 9, 2024
@wenhuach21 wenhuach21 marked this pull request as draft December 9, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants