Ionkin Mikhail
Ionkin Mikhail
I have: - Python 3.10 - torch-1.12.0+rocm5.1.1 - torchaudio-0.12.0+rocm5.1.1 - torchvision-0.13.0+rocm5.1.1 - Ubuntu 22.04 LTS - AMD® Renoir graphics But when I run any PyTorch function I got ``` .local/lib/python3.10/site-packages/torch/cuda/__init__.py",...
## Expected behaviour addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.4") ## Actual behaviour addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "x.y.z") ## Information - https://www.scala-sbt.org/sbt-native-packager/gettingstarted.html
I use TreeTaggerWrapper and russian.par model. But I need wait at least 3 seconds for find 100 lemm!!! My PC can caluclate 2.7*10^9 operation per seconds, but I got only...
When I run sbt on Java 21, everything is wonderful. But with Java 24 I got a warning: ``` WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING:...
SBT 2.0 offers great [41% speedup compared to sbt 1.10.2](https://github.com/sbt/sbt/releases/tag/v2.0.0-M3). And slow sbt is [a big issue](https://stackoverflow.com/q/39483325/5122436) for now. So, it's good to provide a support for faster builder. Current...