Skip to content

Commit

Permalink
change cuda version in rigel
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Apr 4, 2023
1 parent 6d2de02 commit fb54f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Miners/nv-rigel-1.3.11.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ License GPL-3.0

if ([Config]::ActiveTypes -notcontains [eMinerType]::nVidia) { exit }
if (![Config]::Is64Bit) { exit }
if ([Config]::CudaVersion -lt [version]::new(11, 4)) { return }
if ([Config]::CudaVersion -lt [version]::new(8, 0)) { return }

$Name = (Get-Item $script:MyInvocation.MyCommand.Path).BaseName

Expand Down

0 comments on commit fb54f65

Please sign in to comment.