arshy commited on
Commit
e32e4ea
1 Parent(s): c26894e

upgrade huggingface-hub

Browse files
Files changed (2) hide show
  1. olas-predict-benchmark +1 -1
  2. start.py +1 -0
olas-predict-benchmark CHANGED
@@ -1 +1 @@
1
- Subproject commit 04f6cf738bc2fcae0416761ce3648f6dfecd08fc
 
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: