Spaces:
Runtime error
Runtime error
added quantization
Browse files
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 `
|
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 |
|