DucThuanTran commited on
Commit
66b7401
·
verified ·
1 Parent(s): bc0342c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -3,15 +3,19 @@
3
  # Core ML/AI Libraries
4
  transformers==4.40.1
5
  datasets
6
- langchain
7
- faiss-cpu
8
- sentence-transformers
9
  # Pin torch version compatible with Hugging Face's GPUs (CUDA 12.1)
10
  torch==2.3.0 --index-url https://download.pytorch.org/whl/cu121
11
  accelerate
12
  bitsandbytes
13
- scipy
14
- scikit-learn
 
 
 
 
 
15
 
16
  # API Framework
17
  fastapi
 
3
  # Core ML/AI Libraries
4
  transformers==4.40.1
5
  datasets
6
+ scipy
7
+ scikit-learn
 
8
  # Pin torch version compatible with Hugging Face's GPUs (CUDA 12.1)
9
  torch==2.3.0 --index-url https://download.pytorch.org/whl/cu121
10
  accelerate
11
  bitsandbytes
12
+ sentence-transformers
13
+ faiss-cpu
14
+
15
+ # LangChain - Updated Packages
16
+ langchain
17
+ langchain-core
18
+ langchain-community
19
 
20
  # API Framework
21
  fastapi