Browse Source

Remove unused import os (#352)

justheuristic 2 năm trước cách đây
mục cha
commit
c511990236
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/petals/utils/convert_block.py

+ 0 - 1
src/petals/utils/convert_block.py

@@ -1,7 +1,6 @@
 """
 Tools for converting transformer blocks, applying quantization and/or tensor parallelism
 """
-import os
 import re
 from typing import List, Optional, Sequence