Jake Luciani
Jake Luciani
This is happening when I try to upload my trace file on a different machine to analyze the trace. [trace.tar.gz](https://github.com/google/schedviz/files/3772145/trace.tar.gz) ````Reason: Internal Server Error: Failed to upload trace file: no...
The api changed for 4.0 so we need a diff impl for 4.0
Same code works with Java 20 ``` Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalArgumentException: nmethod entry barrier is missing [in thread "microbench.SimilarityBench.a_dotProductNalim-jmh-worker-5"] at jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVM.installCode0(Native Method) at jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVM.installCode(CompilerToVM.java:549) at jdk.internal.vm.ci/jdk.vm.ci.hotspot.HotSpotCodeCacheProvider.installCode(HotSpotCodeCacheProvider.java:139) at jdk.internal.vm.ci/jdk.vm.ci.code.CodeCacheProvider.setDefaultCode(CodeCacheProvider.java:67) at...
The `GraphIndexBuilder` api can be used in two ways: for live indexing or bulk indexing. We should enforce checks in the api such that users don't call it incorrectly or...
See comments of #18
To support things like json output Try https://github.com/sylvainhalle/Bullwinkle
Hi I'd love to use one model of Meta based on DEBERTA-V2 model from Microsoft. When I run the model on jlama I got a `: java.lang.IllegalArgumentException: No enum constant...
I finally got this working (F32 Only) Inspired by this comment https://github.com/tjake/Jlama/discussions/73 I wanted to give this a shot. It took a lot of side quests and learning but its...