Explorar el Código

Remove unused import os (#352)

justheuristic hace 2 años
padre
commit
c511990236
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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