From 503dc7142f49e9dbd471134dcb7b9d6e3e64bc90 Mon Sep 17 00:00:00 2001 From: ns1000 Date: Thu, 23 Nov 2023 15:32:58 +0100 Subject: [PATCH] Added pyarrow==11.0.0 to requirements to solve issue where postgres would segfault after a client session which used pgml command closes. The issue can be identified in postgres log files with the line 'arrow::fs::FinalizeS3 was not called even though S3 was initialized. This could lead to a segmentation fault at exit' --- pgml-extension/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pgml-extension/requirements.txt b/pgml-extension/requirements.txt index 235c726ef..ba86e28f5 100644 --- a/pgml-extension/requirements.txt +++ b/pgml-extension/requirements.txt @@ -29,3 +29,4 @@ pynvml==11.5.0 transformers-stream-generator==0.0.4 optimum==1.13.2 peft==0.6.2 +pyarrow==11.0.0 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy