Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
#8
by
reach-vb
HF staff
- opened
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 |
-
# {
|
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
|