Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ def process_model(model_id, q_method, use_imatrix, imatrix_q_method, private_rep
|
|
227 |
card.text = dedent(
|
228 |
f"""
|
229 |
# {new_repo_id}
|
230 |
-
|
231 |
Refer to the [original model card](https://huggingface.co/{model_id}) for more details on the model.
|
232 |
"""
|
233 |
)
|
|
|
227 |
card.text = dedent(
|
228 |
f"""
|
229 |
# {new_repo_id}
|
230 |
+
This model was converted to GGUF format from [`{model_id}`](https://huggingface.co/{model_id}) using llama.cpp via the ggml.ai's [all-gguf-same-where](https://huggingface.co/spaces/matrixportal/all-gguf-same-where) space.
|
231 |
Refer to the [original model card](https://huggingface.co/{model_id}) for more details on the model.
|
232 |
"""
|
233 |
)
|