Avoid PyTorch GPU build with full CUDA stack

#5
by RCaz - opened
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,11 +1,13 @@
1
  langchain-core
2
- gradio
3
- pytest-cov
4
- pytest
5
  langchain
6
- dotenv
7
- langchain_community
8
  langchain-openai
9
- azure-storage-blob
 
 
 
 
 
10
  faiss-cpu
11
- sentence-transformers
 
 
1
  langchain-core
 
 
 
2
  langchain
3
+ langchain-community
 
4
  langchain-openai
5
+ gradio
6
+
7
+ --extra-index-url https://download.pytorch.org/whl/cpu
8
+ torch==2.2.2+cpu
9
+
10
+ sentence-transformers
11
  faiss-cpu
12
+ python-dotenv
13
+ azure-storage-blob