Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ gradio
|
|
2 |
transformers
|
3 |
torch
|
4 |
huggingface_hub
|
|
|
5 |
# huggingface_hub # If using InferenceClient
|
6 |
# accelerate # For optimizing model loading with transformers pipeline
|
7 |
# bitsandbytes # For 4-bit/8-bit quantization if needed
|
|
|
2 |
transformers
|
3 |
torch
|
4 |
huggingface_hub
|
5 |
+
google-generativeai
|
6 |
# huggingface_hub # If using InferenceClient
|
7 |
# accelerate # For optimizing model loading with transformers pipeline
|
8 |
# bitsandbytes # For 4-bit/8-bit quantization if needed
|