justheuristic 2 vuotta sitten
vanhempi
commit
1a85ba99ee
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/utils/convert_8bit.py

+ 2 - 2
src/utils/convert_8bit.py

@@ -1,7 +1,7 @@
-import bitsandbytes as bnb
 import os
-import torch
 
+import bitsandbytes as bnb
+import torch
 
 PETALS_8BIT_BACKWARD = bool(int(os.environ.get("PETALS_8BIT_BACKWARD", 0)))