dan jacobson
dan jacobson
@TobiasKonradsen @contramundum53 Hey y'all -- I made a [draft PR](https://github.com/optuna/optuna/pull/4892) for the "simplified algorithm" in CARBS. Please let me know what you think!
I've been banging my head against this for a couple days and can only report a list of things that don't work. For reference, my goal is to install `torch`...
Update: it seems that the last version I tried, `dependencies = ["torch @ whatever ; sys_platform == 'darwin' and platform_machine == 'arm64'", "torch @ whatever+cpu ; sys_platform !='darwin'"]` DOES work...
Honestly, I'm not entirely sure -- my vague understanding is that the wheels that *could* have CUDA support have explicit `+cpu` versions, but the ones without CUDA support are implicitly...
@miquelbeltran but using both removes the `subject` from being shown in the share sheet. For example, the `subject` shows fine when I don't use `text`. After I use both, I...
Maybe I just test to see if this works and then throw up the worlds simplest PR if it does.