File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11gradio==4.44.1
22loguru==0.7.2
33websockets
4- python-dotenv==1.0.1
4+ python-dotenv==1.0.1
5+ transformers==4.46.2
6+ torch==2.5.1
Original file line number Diff line number Diff line change @@ -11,4 +11,6 @@ llama-index==0.11.21
1111llama-index-vector-stores-qdrant == 0.3.3
1212langchain-groq == 0.2.1
1313llama-index-embeddings-huggingface == 0.3.1
14- langchain == 0.3.7
14+ langchain == 0.3.7
15+ transformers == 4.46.2
16+ torch == 2.5.1
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ COPY client-requirements.txt .
1111RUN pip install --upgrade pip && \
1212 pip install -r client-requirements.txt
1313
14- RUN pip install transformers==4.46.2
15- RUN pip install torch==2.5.1
16-
1714# Copy only the required files for the application
1815COPY client.py .
1916COPY src/ ./src/
You can’t perform that action at this time.
0 commit comments