joy1515 commited on
Commit
12cb9a7
Β·
verified Β·
1 Parent(s): 88ef93a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -22
requirements.txt CHANGED
@@ -1,22 +1,9 @@
1
- # Core Hugging Face libraries
2
- transformers==4.35.0
3
- datasets==2.14.5
4
- sentencepiece==0.1.99 # Required for models like LLaMA, OpenLLaMA, etc.
5
-
6
- # Gradio for the chatbot interface
7
- gradio==3.41.0
8
-
9
- # Libraries for data processing and machine learning
10
- pandas==2.0.3
11
- numpy==1.24.3
12
- scikit-learn==1.3.0
13
-
14
- # LangChain for building conversational agents
15
- langchain==0.0.340
16
-
17
- # Deep learning backend (PyTorch or TensorFlow)
18
- torch==2.0.1
19
- # tensorflow==2.12.0
20
-
21
- # Additional utilities
22
- tqdm==4.65.0 # Progress bars
 
1
+ transformers
2
+ torch
3
+ accelerate
4
+ huggingface_hub
5
+ fastapi
6
+ uvicorn
7
+ numpy
8
+ scipy
9
+ pydantic