Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,8 +49,11 @@ def get_llama_cpp_notes(
|
|
| 49 |
version = result.stdout.strip().split("-")[0]
|
| 50 |
text = f"""
|
| 51 |
*Produced by [Antigma Labs](https://antigma.ai)*
|
|
|
|
| 52 |
*Follow Antigma Labs in X [https://x.com/antigma_labs](https://x.com/antigma_labs)*
|
|
|
|
| 53 |
*Antigma's GitHub Homepage [https://github.com/AntigmaLabs](https://github.com/AntigmaLabs)*
|
|
|
|
| 54 |
## llama.cpp quantization
|
| 55 |
Using <a href="https://github.com/ggml-org/llama.cpp">llama.cpp</a> release <a href="https://github.com/ggml-org/llama.cpp/releases/tag/{version}">b4944</a> for quantization.
|
| 56 |
Original model: https://huggingface.co/{model_id}
|
|
|
|
| 49 |
version = result.stdout.strip().split("-")[0]
|
| 50 |
text = f"""
|
| 51 |
*Produced by [Antigma Labs](https://antigma.ai)*
|
| 52 |
+
|
| 53 |
*Follow Antigma Labs in X [https://x.com/antigma_labs](https://x.com/antigma_labs)*
|
| 54 |
+
|
| 55 |
*Antigma's GitHub Homepage [https://github.com/AntigmaLabs](https://github.com/AntigmaLabs)*
|
| 56 |
+
|
| 57 |
## llama.cpp quantization
|
| 58 |
Using <a href="https://github.com/ggml-org/llama.cpp">llama.cpp</a> release <a href="https://github.com/ggml-org/llama.cpp/releases/tag/{version}">b4944</a> for quantization.
|
| 59 |
Original model: https://huggingface.co/{model_id}
|