File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ deployment_groups:
146
146
- bash
147
147
- -c
148
148
- |
149
- pip install transformers datasets
149
+ pip install transformers==4.54.1 dataset==4.0.0
150
150
python - <<EOF
151
151
from datasets import load_dataset
152
152
dataset = load_dataset("glue", "cola", cache_dir='/data/hyperdisk-balanced-pvc-0')
@@ -188,7 +188,7 @@ deployment_groups:
188
188
- bash
189
189
- -c
190
190
- |
191
- pip install transformers datasets
191
+ pip install transformers==4.54.1 dataset==4.0.0
192
192
python - <<EOF
193
193
from datasets import load_dataset
194
194
dataset = load_dataset("glue", "cola", cache_dir='/data/hyperdisk-extreme-pvc-0')
@@ -230,7 +230,7 @@ deployment_groups:
230
230
- bash
231
231
- -c
232
232
- |
233
- pip install transformers datasets
233
+ pip install transformers==4.54.1 dataset==4.0.0
234
234
python - <<EOF
235
235
from datasets import load_dataset
236
236
dataset = load_dataset("glue", "cola", cache_dir='/data/hyperdisk-throughput-pvc-0')
You can’t perform that action at this time.
0 commit comments