Environment variablesΒΆ
Here are the environment variables that zea uses at runtime. Arguably the most important environment variable is the Keras backend selection via KERAS_BACKEND. See the Backend section for details on configuring the backend.
Variable |
Description |
Default |
Options |
|---|---|---|---|
|
Select the Keras backend to use. This defines the ML framework that will be used for all tensor operations. |
|
|
|
Directory to use for caching downloaded files, e.g. model weights or datasets from Hugging Face Hub. |
|
|
|
Logging level for |
|
|
|
If set to |
|
|
|
Timeout in seconds for calling |
|
Any positive integer, or |
|
Timeout in seconds for downloading files, e.g. during dataset conversion. |
|
Any positive integer, or |
|
If set to |
|
|