zhangbofei
commited on
Commit
•
1989b17
1
Parent(s):
da079a2
fix: numpy
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
llava @ git+https://github.com/MM-FIRE/FIRE
|
2 |
aiohttp
|
3 |
httpx
|
4 |
-
numpy
|
5 |
peft
|
6 |
sentencepiece
|
7 |
protobuf
|
|
|
1 |
llava @ git+https://github.com/MM-FIRE/FIRE
|
2 |
aiohttp
|
3 |
httpx
|
4 |
+
numpy<2
|
5 |
peft
|
6 |
sentencepiece
|
7 |
protobuf
|