Feature request: commenting and deactivation of config options #1461
StableLlama
started this conversation in
Ideas
Replies: 2 comments
-
|
ok, don't use json then, use yaml or toml? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
How? The documentation is only talking about a JSON, e.g. at https://github.com/bghira/SimpleTuner/blob/main/OPTIONS.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
config.jsonhas many config options but doesn't allow to temporarily disable one or write a comment about why a setting was made.Feature request:
Be a bit more liberal when parsing the config content and allow entries where the key is starting with a
#or//and then ignore that key/value.So you could easily have a line like
and then quickly disable it by changing it to
or you could even be more verbose
Beta Was this translation helpful? Give feedback.
All reactions