JochenGuckSnk
JochenGuckSnk
Hallo AtomicFu team, I'm using AtomicFu in a multi platform; multi project setup. It looks similar to the Example project: [FuExample.zip](https://github.com/Kotlin/kotlinx.atomicfu/files/8869647/FuExample.zip) On kotlin version 1.6.20 every thing works. On kotlin...
Hi Team, i'm wondering if it is possible to do multi platform performance tests on suspended functions. Example ``` @Benchmark suspend fun test(): Int{ return 1+1 } ``` As a...
I am interested in using MLServer with HuggingFace models. To get the full potential of these models, it is essential to modify the model parameters (https://huggingface.co/docs/transformers/main_classes/text_generation). I have tried to...