reach-vb HF staff commited on
Commit
5f81af4
1 Parent(s): 08e5ef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def process_model(model_id, q_method, hf_token):
47
  card.data.tags = ["llama-cpp"] if card.data.tags is None else card.data.tags + ["llama-cpp"]
48
  card.text = dedent(
49
  f"""
50
- # {upload_repo}
51
  This model was converted to GGUF format from [`{model_id}`](https://huggingface.co/{model_id}) using llama.cpp.
52
  Refer to the [original model card](https://huggingface.co/{model_id}) for more details on the model.
53
  ## Use with llama.cpp
 
47
  card.data.tags = ["llama-cpp"] if card.data.tags is None else card.data.tags + ["llama-cpp"]
48
  card.text = dedent(
49
  f"""
50
+ # {repo_id}
51
  This model was converted to GGUF format from [`{model_id}`](https://huggingface.co/{model_id}) using llama.cpp.
52
  Refer to the [original model card](https://huggingface.co/{model_id}) for more details on the model.
53
  ## Use with llama.cpp