Spaces:
Running
Running
add pytorch requirement
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -7,4 +7,7 @@ langchain-aws
|
|
7 |
langchain-openai
|
8 |
langgraph
|
9 |
pydantic
|
10 |
-
python-dotenv
|
|
|
|
|
|
|
|
7 |
langchain-openai
|
8 |
langgraph
|
9 |
pydantic
|
10 |
+
python-dotenv
|
11 |
+
|
12 |
+
--index-url https://download.pytorch.org/whl/cpu
|
13 |
+
torch
|