bowenbaoamd commited on
Commit
fa42f9a
·
verified ·
1 Parent(s): eaf5628

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -25,7 +25,8 @@ python3 quantize_quark.py \
25
  --kv_cache_dtype fp8 \
26
  --num_calib_data 128 \
27
  --model_export quark_safetensors \
28
- --no_weight_matrix_merge
 
29
 
30
  # If model size is too large for single GPU, please use multi GPU instead.
31
  python3 quantize_quark.py \
@@ -36,7 +37,8 @@ python3 quantize_quark.py \
36
  --num_calib_data 128 \
37
  --model_export quark_safetensors \
38
  --no_weight_matrix_merge \
39
- --multi_gpu
 
40
  ```
41
  ## Deployment
42
  Quark has its own export format and allows FP8 quantized models to be efficiently deployed using the vLLM backend(vLLM-compatible).
 
25
  --kv_cache_dtype fp8 \
26
  --num_calib_data 128 \
27
  --model_export quark_safetensors \
28
+ --no_weight_matrix_merge \
29
+ --custom_mode fp8
30
 
31
  # If model size is too large for single GPU, please use multi GPU instead.
32
  python3 quantize_quark.py \
 
37
  --num_calib_data 128 \
38
  --model_export quark_safetensors \
39
  --no_weight_matrix_merge \
40
+ --multi_gpu \
41
+ --custom_mode fp8
42
  ```
43
  ## Deployment
44
  Quark has its own export format and allows FP8 quantized models to be efficiently deployed using the vLLM backend(vLLM-compatible).