MukulRay commited on
Commit
2379b62
·
1 Parent(s): c7b73b2

fix: clean requirements.txt for HF Spaces build

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -4,20 +4,20 @@ uvicorn[standard]==0.30.6
4
  pydantic==2.7.4
5
 
6
  # LLM + fine-tuned model
7
- torch==2.3.1 # CPU or CUDA — Docker will handle CUDA variant
8
  transformers==4.51.3
9
  peft==0.15.2
10
- bitsandbytes==0.43.3 # CPU-compatible for Docker; swap 0.49.2 if CUDA 12.8
11
  accelerate==1.6.0
12
 
13
  # RAG
14
  langchain==1.2.13
15
  langchain-community==0.4.1
 
 
 
16
  pinecone==7.3.0
17
  sentence-transformers==4.1.0
18
 
19
  # Utilities
20
- python-dotenv==1.0.1
21
-
22
- groq==0.37.1
23
- langchain-groq==1.1.2
 
4
  pydantic==2.7.4
5
 
6
  # LLM + fine-tuned model
7
+ torch==2.3.1
8
  transformers==4.51.3
9
  peft==0.15.2
10
+ bitsandbytes==0.43.3
11
  accelerate==1.6.0
12
 
13
  # RAG
14
  langchain==1.2.13
15
  langchain-community==0.4.1
16
+ langchain-classic==1.0.3
17
+ langchain-groq==1.1.2
18
+ groq==0.37.1
19
  pinecone==7.3.0
20
  sentence-transformers==4.1.0
21
 
22
  # Utilities
23
+ python-dotenv==1.0.1