Sören Brunk

Results 85 comments of Sören Brunk

Yeah it looks like 12.1 is the latest version available in the 11 runner: https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md#installed-sdks Higher versions up to 13.1 will need 12: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#installed-sdks

I've created a [branch](https://github.com/sbrunk/javacpp-presets/tree/macos-12-runner) from current master & the zlib 1.3.1 commit from the release branch and did an update to the macOS 12 runner image to get a first...

Yes it looks like GCC 10 just not installed by default anymore in the new image but it can still be installed via Homebrew like it's already done. I'm doing...

@HGuillemet thanks for the update and especially adding the [AOTInductor](https://pytorch.org/docs/main/torch.compiler_aot_inductor.html) mapping. I think that's an interesting new variant to be able to use the new optimizations at least for inference....

> @sbrunk could you run your tests on this PR ? Anything you'd like to be added ? Tests are looking good!

@blast-hardcheese thanks for these pointers! I'll try to wrap my head around this in order to get a better understanding of it (probably not before Scala Days though).

Almond itself is available on maven central, so I suspect it might be the `jvm-repr` dependency that causes it to rely on Jitpack. https://github.com/almond-sh/almond/blob/348f654788516147d6273c37df41e6ec9b6b2734/modules/scala/scala-interpreter/src/main/scala/almond/amm/AmmInterpreter.scala#L164-L165 If that's really the cause (@alexarchambault...

I have merged the current changes from the original play-silhoutte-seed which is now based on 2.0-SNAPSHOT. I've only tested local auth and oauth2 (google) so far. It's available in my...

My co-worker just ran into this when he tried to register s.th. on a windows machine (`pyflyte register` doesn't work on windows either due to missing `fork`, see flyteorg/flyte#3451). The...

- [ ] [Smile (Statistical Machine Intelligence and Learning Engine) example notebook](https://github.com/haifengl/smile/blob/master/jupyter-beakerx.ipynb) - [ ] [ScalaPy TensorFlow examples](https://medium.com/@shadaj/machine-learning-with-scala-in-google-colaboratory-e6f1661f1c88?sk=b98095c289a091f8161d6469f62f9743)