Skip to content

v0.1.38post4

Choose a tag to compare

@github-actions github-actions released this 09 Jan 05:44
· 114 commits to main since this release
fix(amd): failed to assign specific device

Misconfiguration of `HIP_VISIBLE_DEVICES` and `ROCR_VISIBLE_DEVICES`,
according to https://github.com/pytorch/pytorch/issues/140318,
use `HIP_VISIBLE_DEVICES` is enough.

Signed-off-by: thxCode <thxcode0824@gmail.com>