md896 commited on
Commit
1cd9ac8
·
1 Parent(s): 6d0b5c3

Fix llm-blender ModuleNotFoundError

Browse files
Files changed (1) hide show
  1. ultimate_sota_training.py +1 -0
ultimate_sota_training.py CHANGED
@@ -68,6 +68,7 @@ def bootstrap_deps() -> None:
68
  "datasets>=3.4.1,<4.4.0",
69
  "trl>=0.18.2,<=0.24.0",
70
  "mergekit",
 
71
  "wandb",
72
  "matplotlib",
73
  ]
 
68
  "datasets>=3.4.1,<4.4.0",
69
  "trl>=0.18.2,<=0.24.0",
70
  "mergekit",
71
+ "llm-blender",
72
  "wandb",
73
  "matplotlib",
74
  ]