conderls
conderls
it seems that the sample rate is out of use when aggregation is enabled. the usage of cpu and memory may increase when monitoring massive messages. https://github.com/DataDog/java-dogstatsd-client/blob/master/src/main/java/com/timgroup/statsd/NonBlockingStatsDClient.java#L1191-L1209 ```java private void...
failed to reproduce the error with typesafe 1.3.4, it just works: ```scala scala> import com.typesafe.config.ConfigFactory import com.typesafe.config.ConfigFactory scala> val hocon = | """ | |tail = [ 2 ] |...
I did an experiments in a multi-module projects(43 sub-modules, sorry for not able to provide the internal code) on a machine with 128 cores, with build command: `mvnd -pl $MODULES...
try with batch_size=1 or offload mode
```python File /data/user/usr/anaconda3/envs/py11/lib/python3.11/site-packages/FlagEmbedding/inference/reranker/decoder_only/models/gemma_model.py:56 54 from .gemma_config import CostWiseGemmaConfig 55 from transformers.models.gemma2.modeling_gemma2 import Gemma2RMSNorm, Gemma2RotaryEmbedding, rotate_half, apply_rotary_pos_emb ---> 56 from transformers.models.gemma2.modeling_gemma2 import Gemma2MLP, repeat_kv, Gemma2Attention, Gemma2FlashAttention2, Gemma2SdpaAttention, GEMMA2_ATTENTION_CLASSES, Gemma2DecoderLayer, GEMMA2_START_DOCSTRING 57...