Spaces:
Runtime error
Runtime error
Commit ·
c73b0cb
1
Parent(s): d1f80dd
fix numpy problem
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
# Install TinyLLaVA directly from GitHub:
|
| 2 |
-
git+https://github.com/TinyLLaVA/TinyLLaVA_Factory.git@tinyllava_bench#egg=tinyllava
|
|
|
|
|
|
|
|
|
| 1 |
# Install TinyLLaVA directly from GitHub:
|
| 2 |
+
git+https://github.com/TinyLLaVA/TinyLLaVA_Factory.git@tinyllava_bench#egg=tinyllava
|
| 3 |
+
|
| 4 |
+
numpy==1.22.0
|