Skip to content

Commit

Permalink
Add 'environmental_variables.md'
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-roboflow committed Aug 5, 2024
1 parent 02aa394 commit 67029be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/server_configuration/environmental_variables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Environmental vaiables

`Inference` behavior can be controlled by set of environmental variables. All environmental variables are listed in [inference/core/env.py](inference/core/env.py)

Below is a list of some environmental values that require more in-depth explanation.

Environmental variable | Default | Description
------------------------------------------ | ------------------------------------------------------------------------ | -----------
ONNXRUNTIME_EXECUTION_PROVIDERS | "[CUDAExecutionProvider,OpenVINOExecutionProvider,CPUExecutionProvider]" | List of execution providers in priority order, warning message will be displayed if provider is not supported on user platform

0 comments on commit 67029be

Please sign in to comment.