taming-transformers
taming-transformers copied to clipboard
bump(pytorch): Remove use of `torch._six`
trafficstars
As torch._six is no longer available in recent PyTorch versions, this breaks the package when used with recent PyTorch installs. Alternatively, using string_classes containing the default Python str type fixes the issue.
Fixes #223