qgallouedec HF Staff commited on
Commit
e387537
·
1 Parent(s): 3ed0b19

are the deps installed?

Browse files
Files changed (1) hide show
  1. sft.py +1 -0
sft.py CHANGED
@@ -1,4 +1,5 @@
1
  import argparse
 
2
 
3
  parser = argparse.ArgumentParser(description="SFT training script")
4
 
 
1
  import argparse
2
+ import trl
3
 
4
  parser = argparse.ArgumentParser(description="SFT training script")
5