[s2s] fix lockfile and peg distillation constants (#7545)

This commit is contained in:
Sam Shleifer
2020-10-02 15:58:14 -04:00
committed by GitHub
parent de4d7b004a
commit 9bdce3a4f9
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ LAYERS_TO_COPY = {
},
16: { # maps num layers in student -> which teacher layers to copy
1: [0],
2: [0, 8],
2: [0, 15],
3: [0, 8, 15],
4: [0, 5, 10, 15],
6: [0, 3, 6, 9, 12, 15],