AMKCode commited on
Commit
99be175
·
1 Parent(s): 8da6ea8

added quantization

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ def button_click(hf_model_id, conv_template, quantization, oauth_token: gr.OAuth
184
  f"""
185
  # {mlc_model_name}
186
 
187
- This is the [{model_dir_name}]({HF_PATH}{hf_model_id}) model in MLC format `e4m3_e4m3_f16` (FP8 quantization).
188
  The conversion was done using the [MLC-Weight-Conversion](https://huggingface.co/spaces/mlc-ai/MLC-Weight-Conversion) space.
189
  The model can be used for projects [MLC-LLM](https://github.com/mlc-ai/mlc-llm).
190
 
 
184
  f"""
185
  # {mlc_model_name}
186
 
187
+ This is the [{model_dir_name}]({HF_PATH}{hf_model_id}) model in MLC format `{quantization}`.
188
  The conversion was done using the [MLC-Weight-Conversion](https://huggingface.co/spaces/mlc-ai/MLC-Weight-Conversion) space.
189
  The model can be used for projects [MLC-LLM](https://github.com/mlc-ai/mlc-llm).
190