Update README.md
Browse filesfixed the secret sauce menu
README.md
CHANGED
@@ -14,10 +14,10 @@ The secret sauce:
|
|
14 |
slices:
|
15 |
- sources:
|
16 |
- model: "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
17 |
-
layer_range: [0,
|
18 |
- sources:
|
19 |
- model: "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
20 |
-
layer_range: [8,
|
21 |
merge_method: passthrough
|
22 |
dtype: bfloat16
|
23 |
```
|
|
|
14 |
slices:
|
15 |
- sources:
|
16 |
- model: "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
17 |
+
layer_range: [0, 14]
|
18 |
- sources:
|
19 |
- model: "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
20 |
+
layer_range: [8, 22]
|
21 |
merge_method: passthrough
|
22 |
dtype: bfloat16
|
23 |
```
|