Skip to content

Commit 183c9fb

Browse files
authored
Merge pull request #6 from cyber-evangelists/dev-branch
Update: Refactored libraries to fix timeout issue
2 parents fa6d5aa + b6f0f6b commit 183c9fb

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

client-requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
gradio==4.44.1
22
loguru==0.7.2
33
websockets
4-
python-dotenv==1.0.1
4+
python-dotenv==1.0.1
5+
transformers==4.46.2
6+
torch==2.5.1

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ llama-index==0.11.21
1111
llama-index-vector-stores-qdrant==0.3.3
1212
langchain-groq==0.2.1
1313
llama-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

src/docker-files/Dockerfile.client

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ COPY client-requirements.txt .
1111
RUN 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
1815
COPY client.py .
1916
COPY src/ ./src/

0 commit comments

Comments
 (0)