Fix: downgrade torch > 2.9 to Torch 2.8.0 for Pascal architecture GPUs.

This commit is contained in:
Juste-Leo 2025-11-16 18:51:50 +01:00 committed by GitHub
parent 7d6103325e
commit a2b4635628
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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