Spaces:
Running
on
Zero
Running
on
Zero
chiayewken
commited on
Commit
•
2b152c9
1
Parent(s):
5c46d8a
Update requirements.txt (swift) and title m-longdoc
Browse files- README.md +1 -1
- requirements.txt +2 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🏆
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
|
|
1 |
---
|
2 |
+
title: Multimodal Long Document Understanding
|
3 |
emoji: 🏆
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
requirements.txt
CHANGED
@@ -237,4 +237,5 @@ uvicorn==0.31.0
|
|
237 |
websockets==12.0
|
238 |
# via gradio-client
|
239 |
vllm==0.6.0
|
240 |
-
fire==0.5.0
|
|
|
|
237 |
websockets==12.0
|
238 |
# via gradio-client
|
239 |
vllm==0.6.0
|
240 |
+
fire==0.5.0
|
241 |
+
git+https://github.com/modelscope/ms-swift.git@45354f7
|