Skip to content

Commit 54ce6d3

Browse files
committed
[doc] remove protobuf<3 pinning in examples
Signed-off-by: Lonnie Liu <[email protected]>
1 parent 8c498dd commit 54ce6d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/templates/testing/cluster_envs/04_finetuning_llms_with_deepspeed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python:
1717
bitsandbytes,
1818
wandb,
1919
pytorch-lightning,
20-
protobuf<3.21.0,
20+
protobuf,
2121
torchmetrics,
2222
lm_eval==0.3.0,
2323
tiktoken==0.1.2,

doc/source/templates/testing/docker/04_finetuning_llms_with_deepspeed/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ accelerate
66
evaluate
77
wandb
88
pytorch-lightning
9-
protobuf<3.21.0
9+
protobuf
1010
torchmetrics
1111
sentencepiece
12-
peft==0.7.0
12+
peft==0.7.0

release/ray_release/byod/byod_finetune_llvms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip3 install -U \
1313
evaluate==0.4.0 \
1414
wandb==0.15.8 \
1515
pytorch-lightning==2.0.6 \
16-
"protobuf<3.21.0" \
16+
"protobuf" \
1717
torchmetrics==1.0.3 \
1818
sentencepiece==0.1.99 \
1919
"urllib3<1.27" \

0 commit comments

Comments
 (0)