From df0acdee439ac1010d2e73eb98cad374d4c9019a Mon Sep 17 00:00:00 2001 From: zigzagcai Date: Tue, 19 Dec 2023 15:40:18 +0800 Subject: [PATCH] fix pylint --- internlm/initialize/launch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/internlm/initialize/launch.py b/internlm/initialize/launch.py index ddf380a..2d3ec2f 100644 --- a/internlm/initialize/launch.py +++ b/internlm/initialize/launch.py @@ -2,7 +2,6 @@ # -*- encoding: utf-8 -*- import argparse -import gc import os from pathlib import Path from typing import Dict, Union