Skip to content

Commit

Permalink
[Spot, doc] Update transformer repository version from bert_qa example (
Browse files Browse the repository at this point in the history
#2145)

update example
  • Loading branch information
landscapepainter authored Jun 29, 2023
1 parent 596c141 commit 438f815
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/examples/spot-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ We can launch it with the following:
# Assume your working directory is under `~/transformers`.
# To make this example work, please run the following command:
# git clone https://github.com/huggingface/transformers.git ~/transformers -b v4.18.0
# git clone https://github.com/huggingface/transformers.git ~/transformers -b v4.30.1
workdir: ~/transformers
setup: |
Expand Down Expand Up @@ -122,7 +122,7 @@ Below we show an `example <https://github.com/skypilot-org/skypilot/blob/master/
# Assume your working directory is under `~/transformers`.
# To make this example work, please run the following command:
# git clone https://github.com/huggingface/transformers.git ~/transformers -b v4.18.0
# git clone https://github.com/huggingface/transformers.git ~/transformers -b v4.30.1
workdir: ~/transformers
file_mounts:
Expand Down
2 changes: 1 addition & 1 deletion examples/spot/bert_qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resources:

# Assume your working directory is under `~/transformers`.
# To make this example work, please run the following command:
# git clone https://github.com/huggingface/transformers.git ~/transformers -b v4.18.0
# git clone https://github.com/huggingface/transformers.git ~/transformers -b v4.30.1
workdir: ~/transformers

file_mounts:
Expand Down
2 changes: 1 addition & 1 deletion examples/spot_pipeline/bert_qa_train_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:

# Assume your working directory is under `~/transformers`.
# To make this example work, please run the following command:
# git clone https://github.com/huggingface/transformers.git ~/transformers -b v4.18.0
# git clone https://github.com/huggingface/transformers.git ~/transformers -b v4.30.1
workdir: ~/transformers

file_mounts:
Expand Down

0 comments on commit 438f815

Please sign in to comment.