TroyDoesAI commited on
Commit
c275518
·
verified ·
1 Parent(s): 1053127

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -2,4 +2,10 @@
2
  license: wtfpl
3
  ---
4
 
5
- Fixed the config file for those who could not run the original on Meta Page
 
 
 
 
 
 
 
2
  license: wtfpl
3
  ---
4
 
5
+ Fixed the config file for those who could not run the original on Meta Page.
6
+
7
+ This is to help people with this error message:
8
+
9
+ ```
10
+ ValueError: `rope_scaling` must be a dictionary with two fields, `type` and `factor`, got {'factor': 8.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}
11
+ ```