matrixportal commited on
Commit
a8f33c6
·
verified ·
1 Parent(s): 97e1ed5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- This model was converted to GGUF format from [`{model_id}`](https://huggingface.co/{model_id})
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
  )