AbstractPhil commited on
Commit
e67f59a
·
verified ·
1 Parent(s): f112949

Update trainer.py

Browse files
Files changed (1) hide show
  1. trainer.py +3 -1
trainer.py CHANGED
@@ -14,7 +14,9 @@ Requirements:
14
  pip install transformers diffusers torchvision tqdm
15
  pip install git+https://github.com/AbstractEyes/geofractal
16
 
17
- apache license
 
 
18
  """
19
 
20
  from __future__ import annotations
 
14
  pip install transformers diffusers torchvision tqdm
15
  pip install git+https://github.com/AbstractEyes/geofractal
16
 
17
+ Currently running like a turtle, will optimize tomorrow.
18
+
19
+ apache 2.0 license
20
  """
21
 
22
  from __future__ import annotations