Johnny Arcitec
Johnny Arcitec
I had a quick look. I see that the project currently uses `config.workspace_dir` and `config.cache_dir` and treats them as strings. So a bit of refactoring would be necessary, to have...
> but usually you want the cache dir shared. In that case, you'd just set the workspace cache to a static path without `{name}` variable. So that's supported with the...
> But I don't really understand how this would help cloud training in any way. Can you explain that a bit more? Yeah, the cloud training can then use the...
Actually, I will keep the string type for now, because it reduces the amount of work. My mind always defaults to Path since it's vastly superior, but that's not necessary...
> That would change the behavior between cloud training and local training. Not something a user would or should expect. It should be very clear and intuitive what each setting...
My mom is going blind. Literally. She needs bold, yellow text on a semi-transparent black background. This feature was implemented in Stremio for Android TV. It manages to render subtitles...
> This means it wont start on mac either because macs because bitsandbytes isnt supported on apple silicon I know that bitsandbytes is working on Apple M-chip support though. Not...
My recent overhaul of the CLI and launcher scripts takes care of that: #477 It's been merged, so you can start using it now. The instructions are here: https://github.com/Nerogar/OneTrainer/blob/master/LAUNCH-SCRIPTS.md Look...
A much better solution would be to treat patterns starting with `/` as regular expressions, running them through [re.compile](https://docs.python.org/3/library/re.html#re.compile) and then using [re.Pattern.search](https://docs.python.org/3/library/re.html#re.Pattern.search). Then there will never be another problem...
## Full explanation of all build options and how it works: This detailed comment is only for the benefit of easier reviews, giving an at-a-glance view of how it works:...