소스 검색

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)))