Skip to content

Dependency versioning Update#287

Open
hh4000 wants to merge 15 commits into
CASIA-LMC-Lab:mainfrom
hh4000:main
Open

Dependency versioning Update#287
hh4000 wants to merge 15 commits into
CASIA-LMC-Lab:mainfrom
hh4000:main

Conversation

@hh4000

@hh4000 hh4000 commented Jun 17, 2026

Copy link
Copy Markdown

Some of the dependencies use deprecated package versions, despite working well with newer updates.
Beyond dependency updates, I have also changed

return torch.load(file, map_location='cpu')

to

return torch.load(file, map_location='cpu', weights_only=False)

because newer torch versions have weights_only = True as the default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant