Upload slice.yaml
Browse files- slice.yaml +10 -0
slice.yaml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
slices:
|
2 |
+
- sources:
|
3 |
+
- model: microsoft/Phi-3-small-8k-instruct
|
4 |
+
layer_range: [0, 24]
|
5 |
+
- sources:
|
6 |
+
- model: microsoft/Phi-3-small-8k-instruct
|
7 |
+
layer_range: [30,32]
|
8 |
+
|
9 |
+
merge_method: passthrough
|
10 |
+
dtype: bfloat16
|