Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -213,6 +213,7 @@ Could not find any GGUF variants for **{model_name}**.
|
|
213 |
2. **Try a simpler name** (e.g., just "llama-2-7b" instead of "meta-llama/Llama-2-7b-chat-hf")
|
214 |
3. **Search manually** on [Hugging Face](https://huggingface.co/models?other=gguf) with the GGUF filter
|
215 |
4. **Check popular GGUF creators**:
|
|
|
216 |
- [TheBloke](https://huggingface.co/TheBloke)
|
217 |
- [bartowski](https://huggingface.co/bartowski)
|
218 |
- [mradermacher](https://huggingface.co/mradermacher)
|
@@ -311,7 +312,7 @@ def create_interface():
|
|
311 |
search_btn = gr.Button("π Search GGUF Models", variant="primary", size="lg")
|
312 |
|
313 |
gr.HTML("""
|
314 |
-
<div style="margin: 20px 0; padding: 15px; background-color: #
|
315 |
<strong>π‘ Quick Examples:</strong><br>
|
316 |
β’ <code>llama-2-7b</code> - Meta's Llama 2 7B model<br>
|
317 |
β’ <code>mistral-7b</code> - Mistral AI's 7B model<br>
|
|
|
213 |
2. **Try a simpler name** (e.g., just "llama-2-7b" instead of "meta-llama/Llama-2-7b-chat-hf")
|
214 |
3. **Search manually** on [Hugging Face](https://huggingface.co/models?other=gguf) with the GGUF filter
|
215 |
4. **Check popular GGUF creators**:
|
216 |
+
- [ReallyFloppyPenguin](https://huggingface.co/ReallyFloppyPenguin)
|
217 |
- [TheBloke](https://huggingface.co/TheBloke)
|
218 |
- [bartowski](https://huggingface.co/bartowski)
|
219 |
- [mradermacher](https://huggingface.co/mradermacher)
|
|
|
312 |
search_btn = gr.Button("π Search GGUF Models", variant="primary", size="lg")
|
313 |
|
314 |
gr.HTML("""
|
315 |
+
<div style="margin: 20px 0; padding: 15px; background-color: #374151; border-radius: 8px;">
|
316 |
<strong>π‘ Quick Examples:</strong><br>
|
317 |
β’ <code>llama-2-7b</code> - Meta's Llama 2 7B model<br>
|
318 |
β’ <code>mistral-7b</code> - Mistral AI's 7B model<br>
|