taming-transformers icon indicating copy to clipboard operation
taming-transformers copied to clipboard

bump(pytorch): Remove use of `torch._six`

Open swghosh opened this issue 6 months ago • 0 comments
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

swghosh avatar May 05 '25 10:05 swghosh