Jeremy Kenn

Results 8 comments of Jeremy Kenn

is the issue already fixed ? i still experience broken pipe problem with this version `github.com/sijms/go-ora/v2 v2.6.3` how to reproduce the problem : 1. Run server 2. Idle for 1...

okay, i'll back in a few days. Thank you

after updating to v2.6.10 and adding the setConnMaxLifetime & MaxIdleTime,the error is gone. Until now the server still up. Thank you

> ref https://docs.nvidia.com/deeplearning/tensorrt/operators/docs/Pooling.html https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Graph/Layers.html#ipoolinglayer > > Computes a per-channel pooling using a sampling window on the input tensor into an output tensor. The supported sampling window shapes are 2-D or...

i only have this ``` libaio.a libaio.so libaio.so.1t64 libaio.so.1t64.0.2 ``` btw i can only install `apt install libaio-dev`

same issue in fedora linux too ``` PyCharm 2023.2.2 (Professional Edition) Build #PY-232.9921.89, built on October 1, 2023 Licensed to Subscription is active until September 26, 2024. For educational use...

i have same issue with SmolLM-135M-Instruct tried the .task anf .tflite but has error ``` Log.i(TAG,"before inference"); MODEL_NAME="SmolLM-135M-Instruct/SmolLM-135M-Instruct_multi-prefill-seq_f32_ekv1280.task" val options = LlmInference.LlmInferenceOptions.builder() .setModelPath(MODEL_NAME) // You can adjust these parameters as...

pass the response `messages.Messages[0].Content[0].Text.Value` to a channel which are consumed from the text-event/stream or similar controller ```go for { resp, err := stream.Recv() if errors.Is(err, io.EOF) { break } if...