Environment VariablesΒΆ
Environment variables can be used to change things like the location of the model store or the location of the product key. The following list shows all environment variables that can be used to change the behavior of AutoTransformers:
AT_PRODUCT_KEY: The product key needed to run the library.
AT_MODEL_STORE_PATH: The local cache path for the models. The default is
.cache
.