VenkateshRoshan commited on
Commit
fa51fa1
·
1 Parent(s): 1b8e514

requirements updated

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +3 -0
README.md CHANGED
@@ -15,4 +15,4 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
15
  # Real Time Customer Support Chatbot
16
  ---
17
  ### Developing a real-time customer support chatbot using a fine-tuned LLM to provide accurate responses. Building CI/CD pipelines for scalable deployment on AWS SageMaker and integrating MLflow for tracking model versions, experiment logging, and continuous improvements.
18
- ---
 
15
  # Real Time Customer Support Chatbot
16
  ---
17
  ### Developing a real-time customer support chatbot using a fine-tuned LLM to provide accurate responses. Building CI/CD pipelines for scalable deployment on AWS SageMaker and integrating MLflow for tracking model versions, experiment logging, and continuous improvements.
18
+ ---
requirements.txt CHANGED
@@ -1,4 +1,7 @@
1
  transformers==4.37
 
 
 
2
  mlflow
3
  boto3
4
  pytest
 
1
  transformers==4.37
2
+ torch==2.1.0
3
+ torchvision==0.16.0
4
+ torchaudio==2.1.0
5
  mlflow
6
  boto3
7
  pytest