Luigi commited on
Commit
926ea7a
·
1 Parent(s): 7258596

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.

Files changed (1) hide show
  1. app.py +2 -2
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-GGUF",
855
- "filename": "*Q4_K_M.gguf",
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,