File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111 spec :
1212 containers :
1313 - name : cerebros-prepare
14- image : tensorflow/tensorflow:2.19.0-gpu
14+ image : cerebros-runner:pi
15+ imagePullPolicy : IfNotPresent
1516 command : ["/bin/sh"]
1617 args :
1718 - -c
2829 PIP_BREAK_SYSTEM_PACKAGES=1 python -m pip install --no-cache-dir --break-system-packages --ignore-installed blinker
2930 PIP_BREAK_SYSTEM_PACKAGES=1 python -m pip install --no-cache-dir --break-system-packages mlflow transformers
3031 python tokenize_first_runner.py --mode prepare \
31- --input /data/train.jsonl -- output /data/train_tokens.npz --max_len 128 \
32+ --output /data/train_tokens.npz --max_len 1536 \
3233 --tokenizer_checkpoint HuggingFaceTB/SmolLM3-3B
3334 env :
3435 - name : MLFLOW_TRACKING_URI
Original file line number Diff line number Diff line change 1111 spec :
1212 containers :
1313 - name : cerebros-train
14- image : tensorflow/tensorflow:2.19.0-gpu
14+ image : cerebros-runner:pi
15+ imagePullPolicy : IfNotPresent
1516 command : ["/bin/sh"]
1617 args :
1718 - -c
You can’t perform that action at this time.
0 commit comments