Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
gradio>=5.30.0
|
2 |
gradio[oauth]
|
3 |
requests
|
@@ -8,11 +9,7 @@ duckduckgo-search
|
|
8 |
smolagents[openai]
|
9 |
markdownify
|
10 |
beautifulsoup4
|
11 |
-
transformers
|
12 |
smolagents[transformers]
|
13 |
smolagents[audio]
|
14 |
smolagents[telemetry,toolkit]
|
15 |
-
youtube_transcript_api
|
16 |
-
torch
|
17 |
-
GGUF==0.10.0
|
18 |
-
sentencepiece
|
|
|
1 |
+
transformers @ git+https://github.com/huggingface/transformers.git@main
|
2 |
gradio>=5.30.0
|
3 |
gradio[oauth]
|
4 |
requests
|
|
|
9 |
smolagents[openai]
|
10 |
markdownify
|
11 |
beautifulsoup4
|
|
|
12 |
smolagents[transformers]
|
13 |
smolagents[audio]
|
14 |
smolagents[telemetry,toolkit]
|
15 |
+
youtube_transcript_api
|
|
|
|
|
|