Skip to content

Commit

Permalink
Try manually removing transformers version bit from diff file
Browse files Browse the repository at this point in the history
  • Loading branch information
callumm-graphcore committed Aug 1, 2023
1 parent ee5282c commit fe466ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/examples/run_speech_recognition_seq2seq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
> from optimum.graphcore import IPUConfig, IPUSeq2SeqTrainer
> from optimum.graphcore import IPUSeq2SeqTrainingArguments as Seq2SeqTrainingArguments
>
51c52
< check_min_version("4.31.0.dev0")
---
> check_min_version("4.29.0")
238a240,242
> padding: Union[bool, str] = "longest"
> pad_to_multiple_of: Optional[int] = None
Expand Down

0 comments on commit fe466ef

Please sign in to comment.