ndc8
Add gguf_file parameter to tokenizer loading and introduce diagnostic script for GGUF validation
6f81ff7
| # Hugging Face Spaces requirements (GGUF with Native Transformers Support) | |
| fastapi | |
| uvicorn | |
| python-dotenv | |
| httpx | |
| requests | |
| # Transformers with native GGUF support (4.45+ has this feature) | |
| transformers>=4.45.0 | |
| torch>=2.0.0 | |
| accelerate | |
| # Required for GGUF model loading | |
| protobuf | |
| sentencepiece>=0.2.0 | |
| tokenizers | |
| gguf | |
| # Optional: gradio for demo UI | |
| # gradio | |