Freddolin commited on
Commit
9af9577
·
verified ·
1 Parent(s): 733f097

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -2,12 +2,13 @@ transformers>=4.39.0
2
  torch>=2.0.0
3
  pandas>=2.0.0
4
  openpyxl>=3.1.2
5
- accelerate # För Gemma och effektiv laddning
6
  requests>=2.31.0
7
- huggingface_hub # Se till att denna finns för InferenceClient
8
  gradio>=4.21.0
9
  tavily-python
10
- smolagents==0.0.9 # Vi behåller denna för en stabil version
11
- faster-whisper # För ASR-verktyget
12
-
 
13
 
 
2
  torch>=2.0.0
3
  pandas>=2.0.0
4
  openpyxl>=3.1.2
5
+ accelerate
6
  requests>=2.31.0
7
+ huggingface_hub # För att ansluta till Hugging Face Inference API
8
  gradio>=4.21.0
9
  tavily-python
10
+ faster-whisper
11
+ langchain>=0.2.5 # Huvud LangChain-biblioteket
12
+ langchain-community>=0.2.5 # För HuggingFaceHub LLM-integration
13
+ langchain-core>=0.2.5 # Kärnkomponenter för LangChain
14