Skip to content

Commit

Permalink
Remove turtle dependency (fix issue thunlp#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
guang-yng committed Jul 21, 2023
1 parent b525eb7 commit e84f4c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opendelta/basemodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from collections import OrderedDict
from multiprocessing.sharedctypes import Value
import os
from turtle import back
from opendelta.delta_configs import BaseDeltaConfig
from opendelta.utils.inspect import inspect_module_statistics
from opendelta.utils.model_md5 import gen_model_hash
Expand Down

0 comments on commit e84f4c6

Please sign in to comment.