瀏覽代碼

black-isort

justheuristic 2 年之前
父節點
當前提交
1a85ba99ee
共有 1 個文件被更改,包括 2 次插入2 次删除
  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)))