jxtps

Results 59 comments of jxtps

For any narrow screen width you always cover Bytedeco on the left, but for many narrow screen widths you don't cover anything on the right due to the way the...

Yes, I can specify the options using the .jshintrc, but not the _command_line_ options!? (the --verbose flag doesn't appear to be possible to specify in the .jshintrc file?)

Any further word on this? Would love to give the network a try!

Ping ;)

Any updates on this? I'm interfacing with a significant body of synchronous legacy code and need to make web requests deep inside those stacks. It is not really feasible to...

> the new attention API we're adding I'm a bit out of the loop here - is there a neighborhood-sliding-window-2d-attention-style API about to land in mainline pytorch? That would be...

Yes, I have had to switch to using a custom ForkJoinPool. But regardless, if you look at the code where this happens ( https://github.com/apache/pekko/blob/main/actor/src/main/scala/org/apache/pekko/dispatch/BatchingExecutor.scala#L104 ): ```scala override final def run():...

My build.sbt has (it's a nested monstrosity, so these lines are part of a Seq getting appended to the libraryDependencies): ``` // https://github.com/bytedeco/javacpp-presets/tree/master/pytorch "org.bytedeco" % "pytorch-platform" % "2.7.0-1.5.12-SNAPSHOT", // https://mvnrepository.com/artifact/org.bytedeco/pytorch-platform...

Ah, the plot thickens. There seems to be two separate issues going on. First off, I can confirm that the two dlls stated as missing are indeed present in the...

Looks like the windows GPU build times out: https://github.com/bytedeco/javacpp-presets/actions/runs/15393699674/job/43686161588 ?