Spaces:
Runtime error
Runtime error
upgrade huggingface-hub
Browse files- olas-predict-benchmark +1 -1
- start.py +1 -0
olas-predict-benchmark
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit 9ce2a9ab2b7911c8f2be411f0591d2221a51098f
|
start.py
CHANGED
@@ -53,6 +53,7 @@ def start():
|
|
53 |
("pip install -e .", os.path.join(olas_dir, "benchmark")),
|
54 |
("pip install -e .", mech_dir),
|
55 |
("pip install lxml[html_clean]", base_dir),
|
|
|
56 |
]
|
57 |
|
58 |
for command, cwd in commands:
|
|
|
53 |
("pip install -e .", os.path.join(olas_dir, "benchmark")),
|
54 |
("pip install -e .", mech_dir),
|
55 |
("pip install lxml[html_clean]", base_dir),
|
56 |
+
("pip install -U huggingface-hub", base_dir),
|
57 |
]
|
58 |
|
59 |
for command, cwd in commands:
|