mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-03 12:16:51 +02:00
Merge pull request #2448 from alicevision/fix/ripple
Update ripple with "cuda" instead of "gpu"
This commit is contained in:
commit
b286c95ccd
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ class RippleSubmitter(BaseSubmitter):
|
|||
#Map meshroom GPU modes to MPC services
|
||||
gpudict = {
|
||||
"NONE":"",
|
||||
"NORMAL":",gpu8G",
|
||||
"INTENSIVE":",gpu16G"
|
||||
"NORMAL":",cuda8G",
|
||||
"INTENSIVE":",cuda16G"
|
||||
}
|
||||
|
||||
#Specify some constraints
|
||||
|
|
Loading…
Add table
Reference in a new issue