JaphetHernandez commited on
Commit
e62417e
verified
1 Parent(s): 235f923

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- transformers>=4.32.0
2
- streamlit>=1.25.0
3
- pandas>=1.5.0
4
- huggingface_hub>=0.16.0
5
- torch>=2.0.0 # Solo si est谩s usando PyTorch como backend
6
- accelerate>=0.26.0
7
- langchain
8
- langchain_community
9
- langchain-fireworks
 
1
+ streamlit
2
+ pandas
3
+ torch
4
+ transformers
5
+ langchain-huggingface # Para el nuevo HuggingFacePipeline
6
+ langchain-core # Para PromptTemplate
7
+ huggingface_hub # Para autenticaci贸n y carga de modelos