Spaces:
Running
on
Zero
Running
on
Zero
AstraBert
commited on
Commit
•
2c27dbf
1
Parent(s):
46f5634
flash att
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -17,5 +17,5 @@ def reply(message, history):
|
|
17 |
return res
|
18 |
|
19 |
|
20 |
-
demo = gr.ChatInterface(fn=reply,
|
21 |
demo.launch()
|
|
|
17 |
return res
|
18 |
|
19 |
|
20 |
+
demo = gr.ChatInterface(fn=reply, title="Multilingual-Phi Bot")
|
21 |
demo.launch()
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
transformers==4.39.3
|
2 |
langdetect==1.0.9
|
3 |
deep-translator==1.11.4
|
4 |
-
torch==2.1.2
|
|
|
|
1 |
transformers==4.39.3
|
2 |
langdetect==1.0.9
|
3 |
deep-translator==1.11.4
|
4 |
+
torch==2.1.2
|
5 |
+
flash-attn==2.5.8
|