linzhao-amd commited on
Commit
4a7d359
·
verified ·
1 Parent(s): f112d70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ AMD-Quark has been installed from source code inside the Docker image `rocm/vllm
31
 
32
  Note that GLM-4.7 is not in the built-in model template list in Quark V0.11, it has to be registered before quantization.
33
 
34
- - **Step1:** Register new template: creat fle `Quark/examples/torch/language_modeling/llm_ptq/quantize_glm.py`
35
  ```
36
  import runpy
37
  from quark.torch import LLMTemplate
 
31
 
32
  Note that GLM-4.7 is not in the built-in model template list in Quark V0.11, it has to be registered before quantization.
33
 
34
+ - **Step1:** Register model template: creat fle `Quark/examples/torch/language_modeling/llm_ptq/quantize_glm.py`
35
  ```
36
  import runpy
37
  from quark.torch import LLMTemplate