File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ Documentation
53
53
:caption: Usage (Meta)
54
54
55
55
fb/quickstart.md
56
+ fb/setup.md
56
57
fb/cogwheel.rst
57
58
fb/named_resources.rst
58
59
Original file line number Diff line number Diff line change 74
74
variable TORCHX_CONFIG. It also disables hierarchy loading configs from multiple
75
75
directories as the cases otherwise.
76
76
77
+ #. User level .torchxconfig
78
+ In addition to the project-level .torchxconfig at the root of the project directory,
79
+ you can create one in ``$HOME/.torchxconfig`` to override or specify additional default configs.
80
+ This config file will get overlaid on top of the one defined at the project root.
81
+
82
+ #. Config options take the following precedence (high to low):
83
+ 1. Options specified directly from the CLI
84
+ 2. If TORCHXCONFIG env variable is set, the options specified in that file
85
+ 3. If TORCHXCONFIG env variable is not set,
86
+ a. Options specified in user level .torchxconfig (``$HOME/.torchxconfig``)
87
+ b. Options specified in .torchxconfig
88
+ 4. Any default values in the code
89
+
90
+ Note that malformed or unrecognized options are simply skipped and not applied
91
+
77
92
**Component Config**
78
93
79
94
You can specify component defaults by adding a section prefixed with
You can’t perform that action at this time.
0 commit comments