mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-04 04:36:58 +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
|
#Map meshroom GPU modes to MPC services
|
||||||
gpudict = {
|
gpudict = {
|
||||||
"NONE":"",
|
"NONE":"",
|
||||||
"NORMAL":",gpu8G",
|
"NORMAL":",cuda8G",
|
||||||
"INTENSIVE":",gpu16G"
|
"INTENSIVE":",cuda16G"
|
||||||
}
|
}
|
||||||
|
|
||||||
#Specify some constraints
|
#Specify some constraints
|
||||||
|
|
Loading…
Add table
Reference in a new issue