mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +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'
|
||||
required: false
|
||||
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:
|
||||
description: 'Cached dependencies tag'
|
||||
required: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user