File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - name : Install opencompass dependencies
5353 run : |
5454 python -m pip install -r requirements.txt
55+ python -m pip install huggingface-hub==1.15.0
5556 - name : Build and install
5657 run : python -m pip install -e .
5758 - name : Prepare dataset
@@ -105,6 +106,7 @@ jobs:
105106 - name : Install opencompass dependencies
106107 run : |
107108 python -m pip install -r requirements.txt
109+ python -m pip install huggingface-hub==1.15.0
108110 - name : Build and install
109111 run : python -m pip install -e .
110112 - name : Prepare dataset
@@ -134,6 +136,7 @@ jobs:
134136 - name : Install opencompass dependencies
135137 run : |
136138 pip install -r requirements.txt
139+ pip install huggingface-hub==1.15.0
137140 - name : Build and install
138141 run : pip install -e .
139142 - name : Prepare dataset
You can’t perform that action at this time.
0 commit comments