Spaces:
Sleeping
Sleeping
Remove accelerate dependency from requirements.txt
Browse files- Streamline project dependencies
- Remove unnecessary accelerate library
- Maintain minimal and focused requirements configuration
- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -6,5 +6,4 @@ langchain
|
|
6 |
langchain-huggingface
|
7 |
langchain-core
|
8 |
langgraph > 0.2.27
|
9 |
-
python-dotenv
|
10 |
-
accelerate>=0.26.0
|
|
|
6 |
langchain-huggingface
|
7 |
langchain-core
|
8 |
langgraph > 0.2.27
|
9 |
+
python-dotenv
|
|