linzhao-amd commited on
Commit
e809005
·
verified ·
1 Parent(s): b99ca5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -12,6 +12,8 @@ base_model:
12
  - **Output:** Text
13
  - **Supported Hardware Microarchitecture:** AMD MI350/MI355
14
  - **ROCm**: 7.0
 
 
15
  - **Operating System(s):** Linux
16
  - **Inference Engine:** [SGLang](https://docs.sglang.ai/)
17
  - **Model Optimizer:** [AMD-Quark](https://quark.docs.amd.com/latest/index.html)
@@ -40,7 +42,6 @@ python3 quantize_quark.py --model_dir $MODEL_DIR \
40
  --num_calib_data 128 \
41
  --exclude_layers "lm_head" \
42
  --multi_device \
43
- --skip_evaluation \
44
  --model_export hf_format \
45
  --output_dir amd/DeepSeek-R1-MXFP4-Preview
46
  ```
 
12
  - **Output:** Text
13
  - **Supported Hardware Microarchitecture:** AMD MI350/MI355
14
  - **ROCm**: 7.0
15
+ - **PyTorch**: 2.8.0
16
+ - **Transformers**: 4.53.0
17
  - **Operating System(s):** Linux
18
  - **Inference Engine:** [SGLang](https://docs.sglang.ai/)
19
  - **Model Optimizer:** [AMD-Quark](https://quark.docs.amd.com/latest/index.html)
 
42
  --num_calib_data 128 \
43
  --exclude_layers "lm_head" \
44
  --multi_device \
 
45
  --model_export hf_format \
46
  --output_dir amd/DeepSeek-R1-MXFP4-Preview
47
  ```