allow mixed GPU on machine initialization
This commit is contained in:
parent
d5620c64c4
commit
1375d5599e
|
@ -33,7 +33,7 @@ hard_config = {
|
|||
"maximum_service_loop_time": 900, # Seconds, failsafe variable - if service is stuck processing longer than this timeframe it will lead into restarting the app
|
||||
"maximum_pull_service_loop_time": 14400, # Exception for image pulling
|
||||
"creation_engine": "wrapper", # "wrapper" or "sdk" | Wrapper - wrapped docker cli, SDK - docker sdk
|
||||
"allow_mixed_gpus": False
|
||||
"allow_mixed_gpus": True
|
||||
}
|
||||
|
||||
parser = argparse.ArgumentParser(description='Example argparse usage')
|
||||
|
|
Loading…
Reference in New Issue