mlabonne commited on
Commit
60093ce
·
verified ·
1 Parent(s): 2cb8c65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ merge_method: passthrough
56
  dtype: bfloat16
57
  ```
58
 
59
- Here is the code I've used to generate the config calculate the number of layers/parameters after passthrough:
60
 
61
  ```python
62
  def generate_yaml_config(range_size, total_layers, nb_parameters):
 
56
  dtype: bfloat16
57
  ```
58
 
59
+ Here is the code I've used to generate the config and calculate the number of layers/parameters after passthrough:
60
 
61
  ```python
62
  def generate_yaml_config(range_size, total_layers, nb_parameters):