Skip to content

Commit

Permalink
removing internal/experimental options
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu Mathew committed Sep 12, 2023
1 parent 48941bc commit 83b68b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions settings_import_on_pc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ run_import : True
# run inference - for inference in evm, it is assumed that the artifacts folders are already available
run_inference : True

# important note: for parallel execution on CUDA/gpu. requires CUDA compiled TIDL (tidl_tools) is required.
# if you have gpu's, these wil be used for CUDA_VISIBLE_DEVICES. eg. specify 4 will use the gpus: 0,1,2,3
# it can also be specified as a list with actual GPU ids, instead of an integer: [0,1,2,3]
parallel_devices : 1 #null

# for parallel execution on pc only (cpu or gpu).
# number fo parallel processes to run.
# for example 8 will mean 8 models will run in parallel
Expand Down

0 comments on commit 83b68b6

Please sign in to comment.