Remove unused import os (#352)

pull/351/head^2
justheuristic 11 months ago committed by GitHub
parent e12d4c666b
commit c511990236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save