Skip to content

Commit 584c780

Browse files
authored
[Script] Modify T5 accuracy check manner and merge four patch files to one patch (#386)
1 parent 3281fa7 commit 584c780

File tree

8 files changed

+510
-376
lines changed

8 files changed

+510
-376
lines changed

example/t5/install_xpu.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
pushd ./t5x
44

55
git checkout 6699ad54480a0691c491fa2aa28d8b46daf1a377
6-
git apply ../patch/not_exit_before_max_step.patch
7-
git apply ../patch/version_time_dlpath.patch
8-
git apply ../patch/adjust_flax.patch
9-
git apply ../patch/adjust_jax.patch
6+
git apply ../patch/t5.patch
107

118
ln -s /usr/local/bin/pip /usr/bin/pip
129
pip uninstall tensorflow-metadata numba cudf -y

example/t5/patch/adjust_flax.patch

Lines changed: 0 additions & 177 deletions
This file was deleted.

example/t5/patch/adjust_jax.patch

Lines changed: 0 additions & 36 deletions
This file was deleted.

example/t5/patch/not_exit_before_max_step.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)