File size: 269 Bytes
2f5127c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# LayerSkip Training Recipe

Implements the training recipe as described in the [LayerSkip paper](https://huggingface.co/papers/2404.16710).

## Run training
```
cd scripts
python layer_skip_sft.py
```

## Run benchmark
```
cd scripts
python benchmark_layer_skip.py
```