File size: 355 Bytes
91181f3
65edee9
6e96e6e
65edee9
 
 
 
 
4b4e9ed
6e96e6e
 
a4ee3a6
 
994c0b4
a2a4e98
0c37db0
 
 
6f81ff7
0c37db0
65edee9
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23


# 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