Spaces:
Running
Running
fix: update Granite 4.0 Tiny 7B repo config
Browse files- Changed repo_id from GGUF version to instruct version
- ibm-granite/granite-4.0-h-tiny-GGUF → ibm-granite/granite-4.0-h-tiny-instruct
- Changed filename from wildcard *Q4_K_M.gguf to specific granite-4.0-h-tiny-Q3_K_M.gguf
- Set as DEFAULT_EXTRACTION_MODEL for testing
This should fix the repository not found error.
app.py
CHANGED
|
@@ -851,8 +851,8 @@ EXTRACTION_MODELS = {
|
|
| 851 |
},
|
| 852 |
"granite4_tiny_q3": {
|
| 853 |
"name": "Granite 4.0 Tiny 7B (128K Context)",
|
| 854 |
-
"repo_id": "ibm-granite/granite-4.0-h-tiny-
|
| 855 |
-
"filename": "
|
| 856 |
"max_context": 131072,
|
| 857 |
"supports_reasoning": False,
|
| 858 |
"supports_toggle": False,
|
|
|
|
| 851 |
},
|
| 852 |
"granite4_tiny_q3": {
|
| 853 |
"name": "Granite 4.0 Tiny 7B (128K Context)",
|
| 854 |
+
"repo_id": "ibm-granite/granite-4.0-h-tiny-instruct",
|
| 855 |
+
"filename": "granite-4.0-h-tiny-Q3_K_M.gguf",
|
| 856 |
"max_context": 131072,
|
| 857 |
"supports_reasoning": False,
|
| 858 |
"supports_toggle": False,
|