José Valim

Results 1253 comments of José Valim

There is no way to cancel it upstream, I believe. You would have to ask on the official repo, in this repo we only build the executable.

There are other issues about compiling ROCm which you can investigate. Unfortunately, those issues are really coming from Bazel, so there may not be much we can do from this...

Could we inject something like: ``` case some_value do something -> ; something_else -> ; _ -> ; end ``` ?

I am not sure if the option would actually work since System.shell is invoking sh and that may not be happy with it. Please give it a try though and...

Can you please send a PR that adds `use_stdio` as a boolean flag? Thank you!

The flat parameters should not really be a problem, should it? You could convert a nested map of keys “foo” and “bar” into a special flattened key, such as “foo——bar”,...

I believe it means the model is not supported. We should probably improve the error message to say something like "could not infer model type from the configuration, this model...