mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-13 23:12:35 +08:00
Fix: downgrade torch > 2.9 to Torch 2.8.0 for Pascal architecture GPUs.
This commit is contained in:
parent
7d6103325e
commit
a2b4635628
@ -7,7 +7,7 @@ on:
|
|||||||
description: 'torch dependencies'
|
description: 'torch dependencies'
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: "torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu128"
|
default: "torch==2.8.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu128"
|
||||||
cache_tag:
|
cache_tag:
|
||||||
description: 'Cached dependencies tag'
|
description: 'Cached dependencies tag'
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user